diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-22 03:10:56 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-22 03:10:56 +0000 |
commit | 328c96fad5b423fe3ec81122706c554a2743d3e4 (patch) | |
tree | 32db0367ac984ffd81d52b1a3f9f2d9f1bd934ba /openwrt/package/hostapd/Makefile | |
parent | 52ad2ea4fed0adc1ed1326f4de83cdf435750a74 (diff) | |
download | mtk-20170518-328c96fad5b423fe3ec81122706c554a2743d3e4.zip mtk-20170518-328c96fad5b423fe3ec81122706c554a2743d3e4.tar.gz mtk-20170518-328c96fad5b423fe3ec81122706c554a2743d3e4.tar.bz2 |
update hostapd to new upstream stable release (v0.4.7)
SVN-Revision: 2542
Diffstat (limited to 'openwrt/package/hostapd/Makefile')
-rw-r--r-- | openwrt/package/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/hostapd/Makefile b/openwrt/package/hostapd/Makefile index 9afea1c..c3b8ec6 100644 --- a/openwrt/package/hostapd/Makefile +++ b/openwrt/package/hostapd/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=0.4.5 +PKG_VERSION:=0.4.7 PKG_RELEASE:=1 -PKG_MD5SUM:=3d775a19f8071d6f8a363ef0dad58655 +PKG_MD5SUM:=b299211691fe8a6840e7adafda351d2b PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |