aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/Makefile
diff options
context:
space:
mode:
authorTimo Sigurdsson <public_timo.s@silentcreek.de>2021-06-15 23:08:56 +0200
committerPaul Spooren <mail@aparcar.org>2021-07-05 14:03:27 -1000
commit89d21b7f6299b8c3746c1af8671b0dba19f63598 (patch)
treeaee7363ecc0f9e3302976dee44970fb6e2161391 /package/network/services/hostapd/Makefile
parent72f0733123631e0c20cefcc89d6a81d41d918f20 (diff)
downloadupstream-89d21b7f6299b8c3746c1af8671b0dba19f63598.tar.gz
upstream-89d21b7f6299b8c3746c1af8671b0dba19f63598.tar.bz2
upstream-89d21b7f6299b8c3746c1af8671b0dba19f63598.zip
hostapd: make country3 option configurable
The country3 option in hostapd.conf allows the third octet of the country string to be set. It can be used e.g. to indicate indoor or outdoor use (see hostapd.conf for further details). Make this option configurable but optional in OpenWrt. Signed-off-by: Timo Sigurdsson <public_timo.s@silentcreek.de> [bump PKG_RELEASE, rebase] Signed-off-by: Paul Spooren <mail@aparcar.org> (cherry picked from commit 9f09c1936a4a13b67fcba632f7ca02331f685359) Signed-off-by: Paul Spooren <mail@aparcar.org>
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 0779421b8d..628bbbec4d 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:=33
+PKG_RELEASE:=34
PKG_SOURCE_URL:=http://w1.fi/hostap.git
PKG_SOURCE_PROTO:=git