diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-28 22:30:12 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-28 22:30:12 +0000 |
commit | 27e5eea2d52b43ea885f8f1103d519131fb70b58 (patch) | |
tree | 06bc2bb7edfec1eb1704a5a1bec21a93d73b9eba /openwrt/package/hostapd/Makefile | |
parent | eefdd0e2b3d1b4f1bd111ec22f9e2cc60a7ce638 (diff) |
fix problems from ticket #385, thx mikea
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3532 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 e7b42dc4a..f80125695 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 |