diff options
author | Nadim Atiya <nadim.atiya@gmail.com> | 2020-08-23 01:07:40 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-12-22 15:23:35 +0000 |
commit | 1302bee12ac94a651b7954d56f57a7193518a5d0 (patch) | |
tree | 8ad23ad076ca60f18e335a1751c4d2de83e8ffaa /package/network/services/hostapd/Makefile | |
parent | d6cb50c7ba8447f018139401d0d3821069e5f389 (diff) | |
download | upstream-1302bee12ac94a651b7954d56f57a7193518a5d0.tar.gz upstream-1302bee12ac94a651b7954d56f57a7193518a5d0.tar.bz2 upstream-1302bee12ac94a651b7954d56f57a7193518a5d0.zip |
hostapd: parse skip_inactivity_poll option
hostapd.sh does not parse skip_inactivity_poll boolean from
/etc/config/wireless despite being mentioned in the documentation [1].
This change fixes this, and by default sets its value to 0 [1].
[1] https://openwrt.org/docs/guide-user/network/wifi/basic
Signed-off-by: Nadim Atiya <nadim.atiya@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
[fix and reformat commit message, make patch apply]
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 61b2a548ef..45e2e3e337 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:=18 +PKG_RELEASE:=19 PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git |