Author: nbd Date: 2015-08-27 14:43:22 +0200 (Thu, 27 Aug 2015) New Revision: 46737
Modified: trunk/package/network/services/hostapd/Makefile Log: hostapd: properly enable 802.11w support 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: trunk/package/network/services/hostapd/Makefile =================================================================== --- trunk/package/network/services/hostapd/Makefile 2015-08-26 22:57:54 UTC (rev 46736) +++ trunk/package/network/services/hostapd/Makefile 2015-08-27 12:43:22 UTC (rev 46737) @@ -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
