Author: hauke Date: 2015-08-29 22:32:26 +0200 (Sat, 29 Aug 2015) New Revision: 46751
Modified: branches/chaos_calmer/package/network/services/hostapd/Makefile Log: 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 <[email protected]> Modified: branches/chaos_calmer/package/network/services/hostapd/Makefile =================================================================== --- branches/chaos_calmer/package/network/services/hostapd/Makefile 2015-08-29 20:05:41 UTC (rev 46750) +++ branches/chaos_calmer/package/network/services/hostapd/Makefile 2015-08-29 20:32:26 UTC (rev 46751) @@ -71,7 +71,7 @@ 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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
