Add packages to mlo config

The MLO SSID is visible, but still can not connect to it.
This commit is contained in:
Daniel Pawlik
2025-08-31 10:27:31 +02:00
parent da15a20f46
commit c8403c7549

View File

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