[openwrt/openwrt] hostapd: bump PKG_RELEASE after 802.11w changes

LEDE Commits lede-commits at lists.infradead.org
Sun Jan 7 03:43:08 PST 2018


jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/6e4fa5d1a3d6c7ef6b26a1bde01e34ad6d39964d

commit 6e4fa5d1a3d6c7ef6b26a1bde01e34ad6d39964d
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Sun Jan 7 12:42:14 2018 +0100

    hostapd: bump PKG_RELEASE after 802.11w changes
    
    Fixes: 8a57531855 "hostapd: set group_mgmt_cipher when ieee80211w is enabled"
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 package/network/services/hostapd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index 893d769..51f1692 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:=5
+PKG_RELEASE:=6
 
 PKG_SOURCE_URL:=http://w1.fi/hostap.git
 PKG_SOURCE_PROTO:=git



More information about the lede-commits mailing list