diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-22 03:09:27 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-22 03:09:27 +0000 |
commit | 5c30a227e516ddb82f8438cf1f2da7124a3fc352 (patch) | |
tree | 4956746e02dc182ce16595cc3a755f52cd94536c /target/linux/package | |
parent | 7424697d01a7bcbb669a01774a04088ae44f2eee (diff) | |
download | upstream-5c30a227e516ddb82f8438cf1f2da7124a3fc352.tar.gz upstream-5c30a227e516ddb82f8438cf1f2da7124a3fc352.tar.bz2 upstream-5c30a227e516ddb82f8438cf1f2da7124a3fc352.zip |
update hostap-driver to new upstream stable version (v0.4.7)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2541 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package')
-rw-r--r-- | target/linux/package/hostap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/package/hostap/Makefile b/target/linux/package/hostap/Makefile index c9298ef755..7fff683ae6 100644 --- a/target/linux/package/hostap/Makefile +++ b/target/linux/package/hostap/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk include ../../rules.mk PKG_NAME:=hostap-driver -PKG_VERSION:=0.4.5 +PKG_VERSION:=0.4.7 PKG_RELEASE:=1 -PKG_MD5SUM:=8ee17f206e035075b20fcba96b168234 +PKG_MD5SUM:=ee495686cf27011b4e401963c2c7f62a PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |