Add default packages required by the bridger package

This commit is contained in:
Daniel Pawlik
2024-04-22 17:46:43 +02:00
parent 7a3ddfc8a8
commit 76997330cc
3 changed files with 21 additions and 0 deletions

7
configs/common/bridger Normal file
View 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
View File

@@ -0,0 +1,4 @@
CONFIG_PACKAGE_luci-ssl=y
CONFIG_PACKAGE_wpad-basic-mbedtls=m
CONFIG_PACKAGE_wpad-mbedtls=y

View File

@@ -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