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 | c97dcd1f1cb9187ad24d0d744cce072dbfe2c3c3 (patch) | |
tree | 560caa75ff2923c588a8cc1a5ae20c7f1ad17a30 /openwrt/package/hostap-utils/Makefile | |
parent | 328c96fad5b423fe3ec81122706c554a2743d3e4 (diff) | |
download | mtk-20170518-c97dcd1f1cb9187ad24d0d744cce072dbfe2c3c3.zip mtk-20170518-c97dcd1f1cb9187ad24d0d744cce072dbfe2c3c3.tar.gz mtk-20170518-c97dcd1f1cb9187ad24d0d744cce072dbfe2c3c3.tar.bz2 |
update hostap-utils to new upstream stable release (v0.4.7)
SVN-Revision: 2543
Diffstat (limited to 'openwrt/package/hostap-utils/Makefile')
-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 37be5d1..3833504 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 |