From 57b225e5f94c21d53bcd2aefa9eecb342a47641a Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Thu, 25 Sep 2025 10:09:30 +0200 Subject: [PATCH] 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 --- configs/common/dumb_ap | 3 +++ configs/common/main-router | 3 +++ configs/common/parents | 3 +++ configs/common/parents-minimal | 3 +++ openwrt-configure.sh | 3 ++- 5 files changed, 14 insertions(+), 1 deletion(-) diff --git a/configs/common/dumb_ap b/configs/common/dumb_ap index b1dc397..affa750 100644 --- a/configs/common/dumb_ap +++ b/configs/common/dumb_ap @@ -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 diff --git a/configs/common/main-router b/configs/common/main-router index ee6d058..f1da23f 100644 --- a/configs/common/main-router +++ b/configs/common/main-router @@ -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 diff --git a/configs/common/parents b/configs/common/parents index def6215..9a3f86c 100644 --- a/configs/common/parents +++ b/configs/common/parents @@ -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 diff --git a/configs/common/parents-minimal b/configs/common/parents-minimal index 5b4fbce..0faad8b 100644 --- a/configs/common/parents-minimal +++ b/configs/common/parents-minimal @@ -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 diff --git a/openwrt-configure.sh b/openwrt-configure.sh index 46b8a92..74ad762 100755 --- a/openwrt-configure.sh +++ b/openwrt-configure.sh @@ -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