We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb17d6 commit 507bb38Copy full SHA for 507bb38
1 file changed
package/feature-wifi/feature-wifi.mk
@@ -12,6 +12,7 @@ define FEATURE_WIFI_LINUX_CONFIG_FIXUPS
12
$(call KCONFIG_ENABLE_OPT,CONFIG_RFKILL)
13
$(call KCONFIG_SET_OPT,CONFIG_MAC80211,m)
14
$(call KCONFIG_SET_OPT,CONFIG_CFG80211,m)
15
+ $(call KCONFIG_ENABLE_OPT,CONFIG_MAC80211_MESH)
16
17
$(if $(filter y,$(BR2_PACKAGE_FEATURE_WIFI_MEDIATEK)),
18
$(call KCONFIG_ENABLE_OPT,CONFIG_MT7601U)
0 commit comments