diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-28 22:30:12 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-28 22:30:12 +0000 |
commit | 5a6e1f631afc8f8ccac7f95265bc2398da246855 (patch) | |
tree | cf1cc6ed42c0e80d93f46e66e2355b9897567ca8 /openwrt/package/hostapd/Makefile | |
parent | 6340d8c27d4a4e4fafd7e4f21a0104707521ae21 (diff) | |
download | mtk-20170518-5a6e1f631afc8f8ccac7f95265bc2398da246855.zip mtk-20170518-5a6e1f631afc8f8ccac7f95265bc2398da246855.tar.gz mtk-20170518-5a6e1f631afc8f8ccac7f95265bc2398da246855.tar.bz2 |
fix problems from ticket #385, thx mikea
SVN-Revision: 3532
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 e7b42dc..f801256 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.5.1 +PKG_VERSION:=0.5.2 PKG_RELEASE:=1 -PKG_MD5SUM:=3e38533604187e291f45a2f6873b71cc +PKG_MD5SUM:=b7f4739ca4758798f8dc3b1ea9fd00d0 PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |