diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-22 03:11:32 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-22 03:11:32 +0000 |
commit | 6ba8ae516cccf36289c9f507f3504e6d807dbe76 (patch) | |
tree | 05e8ded618085a82ea33805a36984960f5cb5597 /openwrt/package/hostap-utils | |
parent | e1247b51b00ffd42fc499355376737a6e2761f64 (diff) |
update hostap-utils to new upstream stable release (v0.4.7)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2543 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/hostap-utils')
-rw-r--r-- | openwrt/package/hostap-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/hostap-utils/Makefile b/openwrt/package/hostap-utils/Makefile index 37be5d1fd1..3833504f62 100644 --- a/openwrt/package/hostap-utils/Makefile +++ b/openwrt/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 |