diff options
author | David Bauer <mail@david-bauer.net> | 2020-10-28 03:17:11 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-10-28 03:25:25 +0100 |
commit | 9f1927173ac658b081d8f9c7a27df143c60d4cac (patch) | |
tree | fa7a99fd6d2f9e514d8f5672e51b87b675efea08 /package/network/services/hostapd/Makefile | |
parent | 256fa157a998b1f201742ccb3e2d4fb4eec97b82 (diff) | |
download | upstream-9f1927173ac658b081d8f9c7a27df143c60d4cac.tar.gz upstream-9f1927173ac658b081d8f9c7a27df143c60d4cac.tar.bz2 upstream-9f1927173ac658b081d8f9c7a27df143c60d4cac.zip |
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: commit be9694aaa297 ("hostapd: add UCI support for Hotspot 2.0")
Fixes: commit 838b412cb527 ("hostapd: add interworking support")
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r-- | package/network/services/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index 4498fbde5c..bb20b7bcd9 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:=13 +PKG_RELEASE:=14 PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git |