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 | 52ad2ea4fed0adc1ed1326f4de83cdf435750a74 (patch) | |
tree | 32215b27fc2cfc6def9a188e84edc842667589df | |
parent | bd354995a803b375f4128cb526b4de37e08404e7 (diff) | |
download | mtk-20170518-52ad2ea4fed0adc1ed1326f4de83cdf435750a74.zip mtk-20170518-52ad2ea4fed0adc1ed1326f4de83cdf435750a74.tar.gz mtk-20170518-52ad2ea4fed0adc1ed1326f4de83cdf435750a74.tar.bz2 |
update hostap-driver to new upstream stable version (v0.4.7)
SVN-Revision: 2541
-rw-r--r-- | openwrt/target/linux/package/hostap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/package/hostap/Makefile b/openwrt/target/linux/package/hostap/Makefile index c9298ef..7fff683 100644 --- a/openwrt/target/linux/package/hostap/Makefile +++ b/openwrt/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 |