diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-12 13:51:39 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-12 13:51:39 +0000 |
commit | 7b7c1032b5e782bfdc490914186c24f8a0d1bc3c (patch) | |
tree | 2edd74e45c5fe31e5d20fda6d2bf670a5009cfa6 /openwrt/package/hostapd/Makefile | |
parent | e901f912c149dc62ac0bce14943bf32421bdfc03 (diff) | |
download | mtk-20170518-7b7c1032b5e782bfdc490914186c24f8a0d1bc3c.zip mtk-20170518-7b7c1032b5e782bfdc490914186c24f8a0d1bc3c.tar.gz mtk-20170518-7b7c1032b5e782bfdc490914186c24f8a0d1bc3c.tar.bz2 |
update to newer version, fix compile issues, 100-wpa_fix.patch removed, is it needed?
SVN-Revision: 3352
Diffstat (limited to 'openwrt/package/hostapd/Makefile')
-rw-r--r-- | openwrt/package/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/hostapd/Makefile b/openwrt/package/hostapd/Makefile index 7ac6770..e7b42dc 100644 --- a/openwrt/package/hostapd/Makefile +++ b/openwrt/package/hostapd/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=0.4.7 +PKG_VERSION:=0.5.1 PKG_RELEASE:=1 -PKG_MD5SUM:=b299211691fe8a6840e7adafda351d2b +PKG_MD5SUM:=3e38533604187e291f45a2f6873b71cc PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |