diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-11-12 22:46:13 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-11-14 17:41:18 +0000 |
commit | 3a6bddd7f75f130ff7c6819073ee7f61f44696b6 (patch) | |
tree | a7f0c3a928b0b3839dd43aa13e8a44a1bf99c84f /package/network/services/hostapd/Makefile | |
parent | e14dc9307341ed84c1fc1777296c8b3f645f91b0 (diff) | |
download | upstream-3a6bddd7f75f130ff7c6819073ee7f61f44696b6.tar.gz upstream-3a6bddd7f75f130ff7c6819073ee7f61f44696b6.tar.bz2 upstream-3a6bddd7f75f130ff7c6819073ee7f61f44696b6.zip |
hostapd: add utf8_ssid flag & enable as default
SSIDs may contain UTF8 characters but ideally hostapd should be told
this is the case so it can advertise the fact. Default enable this
option.
add uci option utf8_ssid '0'/'1' for disable/enable e.g.
config wifi-iface
option utf8_ssid '0'
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
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 bf9a64419d..45c394640d 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:=5 +PKG_RELEASE:=6 PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git |