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>
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Hauke Mehrtens
					Hauke Mehrtens