mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Include wifi-scripts in all configs
Since commit [1], wifi scripts ucode would be required for wifi-scripts, which also include MLO support. Use newer configuration way by default. [1] 04e9929c47e9fcf09bb32c44eb0a1447fd4962cf
This commit is contained in:
@@ -65,6 +65,9 @@ CONFIG_PACKAGE_wpad-basic-mbedtls=m
|
||||
CONFIG_PACKAGE_wpad-mbedtls=y
|
||||
#######
|
||||
|
||||
# Use newer wifi configuration
|
||||
CONFIG_PACKAGE_wifi-scripts=y
|
||||
|
||||
# Debugging
|
||||
# CONFIG_PACKAGE_kmod-veth is not set
|
||||
|
||||
|
||||
@@ -135,6 +135,9 @@ CONFIG_PACKAGE_wpad-mbedtls=y
|
||||
# Speedtest tools
|
||||
CONFIG_PACKAGE_librespeed-go=y
|
||||
|
||||
# MLO
|
||||
CONFIG_PACKAGE_wifi-scripts=y
|
||||
|
||||
CONFIG_ALL_KMODS=y
|
||||
CONFIG_ALL_NONSHARED=y
|
||||
CONFIG_AUTOREMOVE=y
|
||||
|
||||
@@ -81,6 +81,9 @@ CONFIG_PACKAGE_wpad-basic-mbedtls=m
|
||||
CONFIG_PACKAGE_wpad-mbedtls=y
|
||||
#######
|
||||
|
||||
# Use newer wifi configuration
|
||||
CONFIG_PACKAGE_wifi-scripts=y
|
||||
|
||||
CONFIG_ALL_KMODS=y
|
||||
CONFIG_ALL_NONSHARED=y
|
||||
CONFIG_AUTOREMOVE=y
|
||||
|
||||
@@ -65,6 +65,9 @@ CONFIG_PACKAGE_wpad-basic-mbedtls=m
|
||||
CONFIG_PACKAGE_wpad-mbedtls=y
|
||||
###############################
|
||||
|
||||
# Use newer wifi configuration
|
||||
CONFIG_PACKAGE_wifi-scripts=y
|
||||
|
||||
CONFIG_ALL_KMODS=y
|
||||
CONFIG_ALL_NONSHARED=y
|
||||
CONFIG_AUTOREMOVE=y
|
||||
|
||||
@@ -49,7 +49,8 @@ fi
|
||||
PACKAGES="collectd collectd-mod-sensors \
|
||||
collectd-mod-dns collectd-mod-wireless \
|
||||
luci-app-statistics luci htop curl owut \
|
||||
irqbalance luci-app-irqbalance"
|
||||
irqbalance luci-app-irqbalance \
|
||||
wifi-scripts"
|
||||
|
||||
# additional
|
||||
# fping kmod-crypto-user kmod-cryptodev
|
||||
|
||||
Reference in New Issue
Block a user