From c8403c754990f399b78f5bd07c9864e780a04750 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Sun, 31 Aug 2025 10:27:31 +0200 Subject: [PATCH] Add packages to mlo config The MLO SSID is visible, but still can not connect to it. --- configs/common/mlo | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/configs/common/mlo b/configs/common/mlo index f76e39c..b959971 100644 --- a/configs/common/mlo +++ b/configs/common/mlo @@ -1,2 +1,23 @@ # From Felix comment: https://github.com/openwrt/openwrt/commit/a04b5fdcb6e553282911bf4d43fff5dc72bc423c CONFIG_WIFI_SCRIPTS_UCODE=y + + +# additional packages, due just wifi scripts ucode work for mlo, but can +# not connect to the AP. +CONFIG_NETJSON_MONITORING_IWINFO=y +CONFIG_PACKAGE_libiwinfo-data=y +CONFIG_PACKAGE_wireless-tools=y +CONFIG_PACKAGE_uhttpd-mod-ucode=y + +CONFIG_PACKAGE_ucode=y +CONFIG_PACKAGE_ucode-mod-digest=y +CONFIG_PACKAGE_ucode-mod-fs=y +CONFIG_PACKAGE_ucode-mod-log=y +CONFIG_PACKAGE_ucode-mod-math=y +CONFIG_PACKAGE_ucode-mod-nl80211=y +CONFIG_PACKAGE_ucode-mod-rtnl=y +CONFIG_PACKAGE_ucode-mod-ubus=y +CONFIG_PACKAGE_ucode-mod-uci=y +CONFIG_PACKAGE_ucode-mod-uloop=y + +CONFIG_PACKAGE_libucode=y