Author: nbd Date: 2015-05-06 02:59:36 +0200 (Wed, 06 May 2015) New Revision: 45616
Modified: trunk/package/network/services/hostapd/Makefile Log: hostapd: enable 802.11w only for the full variants Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/network/services/hostapd/Makefile =================================================================== --- trunk/package/network/services/hostapd/Makefile 2015-05-06 00:59:28 UTC (rev 45615) +++ trunk/package/network/services/hostapd/Makefile 2015-05-06 00:59:36 UTC (rev 45616) @@ -68,9 +68,12 @@ 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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
