[openwrt/openwrt] wifi-scripts: enable ucode scripts by default
LEDE Commits
lede-commits at lists.infradead.org
Wed Sep 24 04:49:33 PDT 2025
nbd pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/04e9929c47e9fcf09bb32c44eb0a1447fd4962cf
commit 04e9929c47e9fcf09bb32c44eb0a1447fd4962cf
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Sep 17 12:44:05 2025 +0200
wifi-scripts: enable ucode scripts by default
They are required for MLO support
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/network/config/wifi-scripts/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/config/wifi-scripts/Config.in b/package/network/config/wifi-scripts/Config.in
index 92e6612464..e77d790a0a 100644
--- a/package/network/config/wifi-scripts/Config.in
+++ b/package/network/config/wifi-scripts/Config.in
@@ -1,3 +1,3 @@
config WIFI_SCRIPTS_UCODE
bool "Use new ucode based scripts"
- default n
+ default y
More information about the lede-commits
mailing list