aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/Makefile
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2018-04-18 22:08:21 +0200
committerDaniel Golle <daniel@makrotopia.org>2018-04-18 22:12:18 +0200
commitff8df2b3f9c161edc3ab543bdbeb04a9fb45c959 (patch)
tree9071e50b96a70185f175aaad41764d9b8f96f05a /package/network/services/hostapd/Makefile
parente633b21c14f8892657bade85681fc40bcf9cbffd (diff)
downloadupstream-ff8df2b3f9c161edc3ab543bdbeb04a9fb45c959.tar.gz
upstream-ff8df2b3f9c161edc3ab543bdbeb04a9fb45c959.tar.bz2
upstream-ff8df2b3f9c161edc3ab543bdbeb04a9fb45c959.zip
hostapd: mesh: make forwarding configurable
For unencrypted mesh networks our scripts take care of setting the various mesh_param values. wpa_supplicant changes somes of them when being used for SAE encrypted mesh and previously didn't allow configuring any of them. Add support for setting mesh_fwding (which has to be set to 0 when using other routing protocols on top of 802.11s) and update our script to pass the value to wpa_supplicant. Signed-off-by: Daniel Golle <daniel@makrotopia.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 983249c4ec..1dbad344e7 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:=1
+PKG_RELEASE:=2
PKG_SOURCE_URL:=http://w1.fi/hostap.git
PKG_SOURCE_PROTO:=git