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 | 8abbc1b31d2fbd15fd5e886fd531065c882da9f6 (patch) | |
tree | 875ed0b3009163db4402e4c09906611fc6ccc88c /package/hostapd/Makefile | |
parent | 5c30a227e516ddb82f8438cf1f2da7124a3fc352 (diff) | |
download | master-187ad058-8abbc1b31d2fbd15fd5e886fd531065c882da9f6.tar.gz master-187ad058-8abbc1b31d2fbd15fd5e886fd531065c882da9f6.tar.bz2 master-187ad058-8abbc1b31d2fbd15fd5e886fd531065c882da9f6.zip |
update hostapd to new upstream stable release (v0.4.7)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2542 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 9afea1c21b..c3b8ec6aa0 100644 --- a/package/hostapd/Makefile +++ b/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 |