aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/Makefile
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2020-09-22 15:25:57 +0200
committerDavid Bauer <mail@david-bauer.net>2020-09-22 17:40:08 +0200
commit560e54c69e98a08dd161755da3feb7aa85bbae34 (patch)
tree0298f7e607aca1b00893ece4f7c6493130cc1bbc /package/network/services/hostapd/Makefile
parent006cd489f047d059af62334661e77f2f5a68289b (diff)
downloadupstream-560e54c69e98a08dd161755da3feb7aa85bbae34.tar.gz
upstream-560e54c69e98a08dd161755da3feb7aa85bbae34.tar.bz2
upstream-560e54c69e98a08dd161755da3feb7aa85bbae34.zip
hostapd: ubus: send notification instead of event
Rafal Milecki pointed out that ubus events are meant for low-level ubus events only (e.g. addition or removal of an object). Higher level events should happen as notifications on the ubus object itself. Dispatch BSS events on the main hostapd ubus object instead of publishing them as ubus events. 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 ceb6014c4b..372539bd06 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:=9
+PKG_RELEASE:=10
PKG_SOURCE_URL:=http://w1.fi/hostap.git
PKG_SOURCE_PROTO:=git