diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-22 03:11:32 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-22 03:11:32 +0000 |
commit | bce41817c67f770ca07671853c204eafaeda633b (patch) | |
tree | 634231d7316dc42c70eb6743357e6cbf47f60b07 /package/hostap-utils | |
parent | 8abbc1b31d2fbd15fd5e886fd531065c882da9f6 (diff) | |
download | upstream-bce41817c67f770ca07671853c204eafaeda633b.tar.gz upstream-bce41817c67f770ca07671853c204eafaeda633b.tar.bz2 upstream-bce41817c67f770ca07671853c204eafaeda633b.zip |
update hostap-utils to new upstream stable release (v0.4.7)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2543 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostap-utils')
-rw-r--r-- | package/hostap-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostap-utils/Makefile b/package/hostap-utils/Makefile index 37be5d1fd1..3833504f62 100644 --- a/package/hostap-utils/Makefile +++ b/package/hostap-utils/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostap-utils -PKG_VERSION:=0.4.0 +PKG_VERSION:=0.4.7 PKG_RELEASE:=1 -PKG_MD5SUM:=c6775ca98721affeb336392def22289e +PKG_MD5SUM:=afe041581b8f01666e353bec20917c85 PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |