Skip to content

Commit 507bb38

Browse files
committed
feature-wifi: Enable 802.11 mesh (802.11s)
1 parent 5cb17d6 commit 507bb38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package/feature-wifi/feature-wifi.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ define FEATURE_WIFI_LINUX_CONFIG_FIXUPS
1212
$(call KCONFIG_ENABLE_OPT,CONFIG_RFKILL)
1313
$(call KCONFIG_SET_OPT,CONFIG_MAC80211,m)
1414
$(call KCONFIG_SET_OPT,CONFIG_CFG80211,m)
15+
$(call KCONFIG_ENABLE_OPT,CONFIG_MAC80211_MESH)
1516

1617
$(if $(filter y,$(BR2_PACKAGE_FEATURE_WIFI_MEDIATEK)),
1718
$(call KCONFIG_ENABLE_OPT,CONFIG_MT7601U)

0 commit comments

Comments
 (0)