diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-28 22:30:12 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-28 22:30:12 +0000 |
commit | a35536fb94b7c1e991abb9ae27d225c750178420 (patch) | |
tree | c3584295fbd3d05a22f1b1388475156d739ae6a5 /package/hostapd/Makefile | |
parent | 6a55bde84b43dfc17ac2911844bf5dc069ef4e9f (diff) | |
download | master-187ad058-a35536fb94b7c1e991abb9ae27d225c750178420.tar.gz master-187ad058-a35536fb94b7c1e991abb9ae27d225c750178420.tar.bz2 master-187ad058-a35536fb94b7c1e991abb9ae27d225c750178420.zip |
fix problems from ticket #385, thx mikea
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3532 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index e7b42dc4a3..f801256956 100644 --- a/package/hostapd/Makefile +++ b/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 |