aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/Makefile
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2020-09-18 01:11:13 +0200
committerDavid Bauer <mail@david-bauer.net>2020-09-21 21:26:12 +0200
commit6254af0c379901c1b975373bb090fca169e49fa2 (patch)
treedcd634c5f9264511ea4118a542171951d47d4681 /package/network/services/hostapd/Makefile
parentec80139629f1087d67f5956caf92b2320c5b54e9 (diff)
downloadupstream-6254af0c379901c1b975373bb090fca169e49fa2.tar.gz
upstream-6254af0c379901c1b975373bb090fca169e49fa2.tar.bz2
upstream-6254af0c379901c1b975373bb090fca169e49fa2.zip
hostapd: send ubus event on BSS update
hostapd will emit a ubus event with the eventname hostapd.<ifname>.<event> when adding, removing or reloading a BSS. This way, services which install state (for example the RMM neighbor list) can on-demand reinstall this information for the BSS without polling this state. 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 8c264854d7..e273e9e7d3 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:=6
+PKG_RELEASE:=7
PKG_SOURCE_URL:=http://w1.fi/hostap.git
PKG_SOURCE_PROTO:=git