diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-10-17 02:13:34 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-10-17 02:13:34 +0300 |
commit | 5fff2f44d5892ea34d66cfb5e638b035b7f6d1fd (patch) | |
tree | 83ad320d3a71d6b22bdc4d5df2c45e7b747c6537 | |
parent | 2f701194c29da50bfda968a83c6609843f74a7f4 (diff) | |
download | upstream-5fff2f44d5892ea34d66cfb5e638b035b7f6d1fd.tar.gz upstream-5fff2f44d5892ea34d66cfb5e638b035b7f6d1fd.tar.bz2 upstream-5fff2f44d5892ea34d66cfb5e638b035b7f6d1fd.zip |
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 <stijn@linux-ipv6.be>
-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 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 |