diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-03-27 10:42:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-03-27 10:42:47 +0000 |
commit | 3ad1877dd2575b9788137cf1f6d6e08f64b2c394 (patch) | |
tree | 6152a8d66dd59100d19d70d520a282c5235efb70 /package/hostapd/Makefile | |
parent | 1ef62d9b86e0fbe683b3558e1c21dbf92bd80632 (diff) | |
download | master-187ad058-3ad1877dd2575b9788137cf1f6d6e08f64b2c394.tar.gz master-187ad058-3ad1877dd2575b9788137cf1f6d6e08f64b2c394.tar.bz2 master-187ad058-3ad1877dd2575b9788137cf1f6d6e08f64b2c394.zip |
hostapd: update to 20120326
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31080 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 782cf73f1b..1e472ef406 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=20111103 -PKG_RELEASE:=3 -PKG_REV:=6caaae1e48da247b21b54ea6001646597e35d9b1 +PKG_VERSION:=20120326 +PKG_RELEASE:=1 +PKG_REV:=f4329aa2d08192640532b712936f5221580e9f8c PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=git://w1.fi/srv/git/hostap.git |