From: Stijn Tintel Date: Mon, 16 Oct 2017 23:13:34 +0000 (+0300) Subject: hostapd: bump PKG_RELEASE X-Git-Tag: v18.06.0-rc1~1992 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=5fff2f44d5892ea34d66cfb5e638b035b7f6d1fd hostapd: bump PKG_RELEASE The previous CVE bugfix commit did not adjust PKG_RELEASE, therefore the fixed hostapd/wpad/wpa_supplicant packages do not appear as opkg update. Bump the PKG_RELEASE to signify upgrades to downstream users. Signed-off-by: Stijn Tintel --- diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index 344896ca62..1113e4f4b3 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