Skip to content
Snippets Groups Projects
Commit a503023e authored by Felix Fietkau's avatar Felix Fietkau
Browse files

hostapd: enable 802.11w only for the full variants


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 45616
parent 102522e0
No related branches found
No related tags found
No related merge requests found
......@@ -68,9 +68,12 @@ DRIVER_MAKEOPTS= \
CONFIG_DRIVER_NL80211=$(CONFIG_PACKAGE_kmod-cfg80211) \
CONFIG_DRIVER_HOSTAP=$(CONFIG_PACKAGE_kmod-hostap) \
CONFIG_IEEE80211N=$(HOSTAPD_IEEE80211N) \
CONFIG_IEEE80211W=$(CONFIG_PACKAGE_kmod-ath9k) \
CONFIG_DRIVER_WEXT=$(CONFIG_DRIVER_WEXT_SUPPORT) \
ifeq ($(LOCAL_VARIANT),full)
CONFIG_IEEE80211W=$(CONFIG_PACKAGE_kmod-ath9k)
endif
ifneq ($(LOCAL_TYPE),hostapd)
ifdef CONFIG_WPA_SUPPLICANT_OPENSSL
ifeq ($(LOCAL_VARIANT),full)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment