diff options
author | Florian Beverborg <flo@beverb.org> | 2020-11-07 15:44:05 +0100 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-01-03 12:31:42 -1000 |
commit | 22e568d0fe5d44246874d3300e7e714f7594c320 (patch) | |
tree | 75dcfb9ed51b583db8761d9993f7c6ccefe23eb3 /package/network/services/hostapd/Makefile | |
parent | cbccc2560c0240c2c9528e82d745b7f45ce88bbd (diff) | |
download | upstream-22e568d0fe5d44246874d3300e7e714f7594c320.tar.gz upstream-22e568d0fe5d44246874d3300e7e714f7594c320.tar.bz2 upstream-22e568d0fe5d44246874d3300e7e714f7594c320.zip |
hostapd: add support for custom per-BSS options
This adds an option "hostapd_bss_options" that does the same as
"hostapd_options" but on a per-BSS level, instead of a per-device level.
This can be used, for example, to configure different per-devce sae_passwords
per BSS or to augment some of the existing per-BSS options.
Signed-off-by: Florian Beverborg <flo@beverb.org>
[remove whitespace errors, bump release]
Signed-off-by: Paul Spooren <mail@aparcar.org>
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 deb1d565bb..f746f5455a 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:=20 +PKG_RELEASE:=21 PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git |