mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 18:19:53 +00:00
Add default packages required by the bridger package
This commit is contained in:
7
configs/common/bridger
Normal file
7
configs/common/bridger
Normal file
@@ -0,0 +1,7 @@
|
||||
### deps for bridger package
|
||||
CONFIG_PACKAGE_kmod-sched-core=y
|
||||
CONFIG_PACKAGE_kmod-sched-flower=y
|
||||
CONFIG_PACKAGE_kmod-sched-bpf=y
|
||||
CONFIG_PACKAGE_kmod-sched-act-vlan=y
|
||||
CONFIG_PACKAGE_libelf=y
|
||||
CONFIG_PACKAGE_libbpf=y
|
||||
4
configs/common/mbedtls
Normal file
4
configs/common/mbedtls
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
CONFIG_PACKAGE_luci-ssl=y
|
||||
CONFIG_PACKAGE_wpad-basic-mbedtls=m
|
||||
CONFIG_PACKAGE_wpad-mbedtls=y
|
||||
@@ -97,3 +97,13 @@ CONFIG_PACKAGE_wpad-mbedtls=y
|
||||
# CONFIG_PACKAGE_kmod-usb-serial-xr_usb_serial_common is not set
|
||||
# CONFIG_PACKAGE_kmod-mlx5-core is not set
|
||||
# CONFIG_PACKAGE_kmod-leds-ubnt-ledbar is not set
|
||||
|
||||
### for bridger
|
||||
CONFIG_PACKAGE_kmod-sched-core=y
|
||||
CONFIG_PACKAGE_kmod-sched-flower=y
|
||||
CONFIG_PACKAGE_kmod-sched-bpf=y
|
||||
CONFIG_PACKAGE_kmod-sched-act-vlan=y
|
||||
CONFIG_PACKAGE_libelf=y
|
||||
CONFIG_PACKAGE_libbpf=y
|
||||
|
||||
CONFIG_PACKAGE_kmod-veth=y
|
||||
|
||||
Reference in New Issue
Block a user