hostapd: wpas: add missing config symbols
This adds missing config symbols for interworking as well as Hotspot 2.0 to the wpa_supplicant-full configuration. These symbols were added to the hostapd-full configuration prior to this commit. Without adding them to the wpa_supplicant configuration, building of wpad-full fails. Thanks to Rene for reaching out on IRC. Fixes: commitbe9694aaa2("hostapd: add UCI support for Hotspot 2.0") Fixes: commit838b412cb5("hostapd: add interworking support") Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
		| @@ -7,7 +7,7 @@ | |||||||
| include $(TOPDIR)/rules.mk | include $(TOPDIR)/rules.mk | ||||||
|  |  | ||||||
| PKG_NAME:=hostapd | PKG_NAME:=hostapd | ||||||
| PKG_RELEASE:=13 | PKG_RELEASE:=14 | ||||||
|  |  | ||||||
| PKG_SOURCE_URL:=http://w1.fi/hostap.git | PKG_SOURCE_URL:=http://w1.fi/hostap.git | ||||||
| PKG_SOURCE_PROTO:=git | PKG_SOURCE_PROTO:=git | ||||||
|   | |||||||
| @@ -490,10 +490,10 @@ CONFIG_WNM=y | |||||||
| # This can be used to enable functionality to improve interworking with | # This can be used to enable functionality to improve interworking with | ||||||
| # external networks (GAS/ANQP to learn more about the networks and network | # external networks (GAS/ANQP to learn more about the networks and network | ||||||
| # selection based on available credentials). | # selection based on available credentials). | ||||||
| #CONFIG_INTERWORKING=y | CONFIG_INTERWORKING=y | ||||||
|  |  | ||||||
| # Hotspot 2.0 | # Hotspot 2.0 | ||||||
| #CONFIG_HS20=y | CONFIG_HS20=y | ||||||
|  |  | ||||||
| # Enable interface matching in wpa_supplicant | # Enable interface matching in wpa_supplicant | ||||||
| #CONFIG_MATCH_IFACE=y | #CONFIG_MATCH_IFACE=y | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 David Bauer
					David Bauer