aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/Makefile
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2020-09-20 23:49:35 +0200
committerDavid Bauer <mail@david-bauer.net>2020-09-22 17:41:10 +0200
commitc5eea362f30370444ff7aea3e8ce7b60b2e4ce50 (patch)
tree595264ebd40d9dd4705b990101887dc3ff90efdd /package/network/services/hostapd/Makefile
parent560e54c69e98a08dd161755da3feb7aa85bbae34 (diff)
downloadupstream-c5eea362f30370444ff7aea3e8ce7b60b2e4ce50.tar.gz
upstream-c5eea362f30370444ff7aea3e8ce7b60b2e4ce50.tar.bz2
upstream-c5eea362f30370444ff7aea3e8ce7b60b2e4ce50.zip
hostapd: ubus: make (B)SSID optional for neighbor report
Make the BSSID and SSID fields optional when configuring a neighbor report into hostapd. Both options can now be an empty string. For the BSSID, the first 6 byte are copied from the neighbor report. For the SSID, the SSID for the affected hostapd BSS is used. Signed-off-by: David Bauer <mail@david-bauer.net>
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 372539bd06..6966ebdb89 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:=10
+PKG_RELEASE:=11
PKG_SOURCE_URL:=http://w1.fi/hostap.git
PKG_SOURCE_PROTO:=git