aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-08-07 21:37:25 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-08-17 00:16:08 +0200
commit1d4df52c215874a5238ddef7bccf0139f7758c24 (patch)
treebcb8ba30effe96e4839b425e7c5bd7996a4360fd /package/network
parentf34e8258340f5994a2506bd087fc6e6d4a3d5d5e (diff)
downloadupstream-1d4df52c215874a5238ddef7bccf0139f7758c24.tar.gz
upstream-1d4df52c215874a5238ddef7bccf0139f7758c24.tar.bz2
upstream-1d4df52c215874a5238ddef7bccf0139f7758c24.zip
hostapd: Allow CONFIG_IEEE80211W for all but mini variant
This commit will activate CONFIG_IEEE80211W for all, but the mini variant when at least one driver supports it. This will add ieee80211w support for the mesh variant for example. Fixes: FS#2397 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/network')
-rw-r--r--package/network/services/hostapd/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index 8895f8085c..d0866f670c 100644
--- a/package/network/services/hostapd/Makefile
+++ b/package/network/services/hostapd/Makefile
@@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=hostapd
-PKG_RELEASE:=6
+PKG_RELEASE:=7
PKG_SOURCE_URL:=http://w1.fi/hostap.git
PKG_SOURCE_PROTO:=git
@@ -89,11 +89,7 @@ DRIVER_MAKEOPTS= \
space :=
space +=
-ifeq ($(LOCAL_VARIANT),full)
- DRIVER_MAKEOPTS += CONFIG_IEEE80211W=$(CONFIG_DRIVER_11W_SUPPORT)
-endif
-
-ifeq ($(LOCAL_VARIANT),basic)
+ifneq ($(LOCAL_VARIANT),mini)
DRIVER_MAKEOPTS += CONFIG_IEEE80211W=$(CONFIG_DRIVER_11W_SUPPORT)
endif