From 6e4fa5d1a3d6c7ef6b26a1bde01e34ad6d39964d Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 7 Jan 2018 12:42:14 +0100 Subject: [PATCH] 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 --- 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 893d769a0e..51f1692933 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 -- 2.30.2