aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/Makefile
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2020-10-10 23:04:13 +0100
committerDaniel Golle <daniel@makrotopia.org>2020-10-16 00:38:06 +0100
commit63e2e086bea2280fee47385e172d09e4eb86fc78 (patch)
tree7da8fe5729aaea745044cb9bb6a2b4aab2eb57e8 /package/network/services/hostapd/Makefile
parent5666ca913a879e499dabb7364fff5e080abe8819 (diff)
downloadupstream-63e2e086bea2280fee47385e172d09e4eb86fc78.tar.gz
upstream-63e2e086bea2280fee47385e172d09e4eb86fc78.tar.bz2
upstream-63e2e086bea2280fee47385e172d09e4eb86fc78.zip
hostapd: ubus: add handler for wps_status and guard WPS calls
Expose WPS ubus API only if compiled with WPS support and add new handler for wps_status call. Also add '-v wps' option to check whether WPS support is present in hostapd. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r--package/network/services/hostapd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index 6966ebdb89..9ae72e7c28 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:=11
+PKG_RELEASE:=12
PKG_SOURCE_URL:=http://w1.fi/hostap.git
PKG_SOURCE_PROTO:=git