aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2017-01-23 14:52:27 +0100
committerJo-Philipp Wich <jo@mein.io>2017-01-23 14:56:20 +0100
commitb850218584c0a7bc573579b0d21d243e7ae1bf03 (patch)
treebfc3b41b0b7885670fd3641d6625621ebe45386b /package/network/services/hostapd/Makefile
parentef08595c3fc85dc3bd99d5e0688f687cd1066eb6 (diff)
downloadupstream-b850218584c0a7bc573579b0d21d243e7ae1bf03.tar.gz
upstream-b850218584c0a7bc573579b0d21d243e7ae1bf03.tar.bz2
upstream-b850218584c0a7bc573579b0d21d243e7ae1bf03.zip
hostapd: fix stray "out of range" shell errors in hostapd.sh
The hostapd_append_wpa_key_mgmt() procedure uses the possibly uninitialized $ieee80211r and $ieee80211w variables in a numerical comparisation, leading to stray "netifd: radio0 (0000): sh: out of range" errors in logread when WPA-PSK security is enabled. Ensure that those variables are substituted with a default value in order to avoid emitting this (harmless) shell error. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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 96b652f671..50c162efa5 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