From: Hauke Mehrtens Date: Sat, 29 Aug 2015 20:32:26 +0000 (+0000) Subject: CC: hostapd: properly enable 802.11w support X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ae107b52b4484ade6556c324ae2296d2b234d1e0;p=openwrt%2Fsvn-archive%2Farchive.git CC: hostapd: properly enable 802.11w support backport of r46737 Add CONFIG_IEEE80211W variable to DRIVER_MAKEOPTS so that 802.11w support is properly compiled in full variant. This fixes #20179 Signed-off-by: Janusz Dziemidowicz SVN-Revision: 46751 --- diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index 3dff7b4852..c16cb11294 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -71,7 +71,7 @@ DRIVER_MAKEOPTS= \ CONFIG_DRIVER_WEXT=$(CONFIG_DRIVER_WEXT_SUPPORT) \ ifeq ($(LOCAL_VARIANT),full) - CONFIG_IEEE80211W=$(CONFIG_PACKAGE_kmod-ath9k) + DRIVER_MAKEOPTS += CONFIG_IEEE80211W=$(CONFIG_PACKAGE_kmod-ath9k) endif ifneq ($(LOCAL_TYPE),hostapd)