diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-07-08 18:35:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-07-08 18:35:15 +0000 |
commit | 4e3b1b46e50ca30357952fa1956209da5a6c4ede (patch) | |
tree | 84a2958f3ff140a811aa71a4379ea5ea98155b51 /package/hostapd/Makefile | |
parent | 96e9790a8756ab2d5eb1e331bf288a9b37384917 (diff) | |
download | upstream-4e3b1b46e50ca30357952fa1956209da5a6c4ede.tar.gz upstream-4e3b1b46e50ca30357952fa1956209da5a6c4ede.tar.bz2 upstream-4e3b1b46e50ca30357952fa1956209da5a6c4ede.zip |
hostapd: update to 2010-07-05
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22097 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index ea6294cc3e..4189922561 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=20100418 -PKG_RELEASE:=2 -PKG_REV:=0b86f67a2970403d1b1b6d34ce49f5485ef5dbb3 +PKG_VERSION:=20100705 +PKG_RELEASE:=1 +PKG_REV:=2f1ce78bf78cecd7021385b04a4f55f22e76ab97 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=git://w1.fi/srv/git/hostap.git |