diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-05-12 21:08:18 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-05-14 09:48:58 +0200 |
commit | 6e0fa4a76db667d7f0c1d84a3af5017df26d3fad (patch) | |
tree | 8f0767bc33a3dfd200cbdf64667015e138ed352c /package/network/services/hostapd/Makefile | |
parent | 6aaeec666d0af4240b1d61f5654d91a53cf35a82 (diff) | |
download | upstream-6e0fa4a76db667d7f0c1d84a3af5017df26d3fad.tar.gz upstream-6e0fa4a76db667d7f0c1d84a3af5017df26d3fad.tar.bz2 upstream-6e0fa4a76db667d7f0c1d84a3af5017df26d3fad.zip |
hostapd: fix mesh+AP
Fix encrypted (or DFS) AP+MESH interface combination in a way similar
to how it's done for AP+STA and fix netifd shell script.
Refresh patches while at it.
Signed-off-by: Daniel Golle <daniel@makrotopia.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 fef0fa8e57..0adb7c9ef7 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:=3 +PKG_RELEASE:=4 PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git |