diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-11-11 22:39:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-11-11 22:39:19 +0000 |
commit | e6eb9ff254c15a28545b1d90409df3cd5e24ad56 (patch) | |
tree | 9bc816515fc3f5a0a928260a4bf64e9e2afa2ee5 /package/hostapd/Makefile | |
parent | 7faef97df732c299e8b0404070fbd5d3bbb81b2c (diff) | |
download | master-187ad058-e6eb9ff254c15a28545b1d90409df3cd5e24ad56.tar.gz master-187ad058-e6eb9ff254c15a28545b1d90409df3cd5e24ad56.tar.bz2 master-187ad058-e6eb9ff254c15a28545b1d90409df3cd5e24ad56.zip |
hostapd: update to 2010-11-11
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23969 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 52cf94448c..443ee4fd61 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=20101109 +PKG_VERSION:=20101111 PKG_RELEASE:=1 -PKG_REV:=8672562b04a6f51cba5dad19b27a296caa17f0c0 +PKG_REV:=5db8cf314ef169cd256483e32dcc49e31e605121 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=git://w1.fi/srv/git/hostap.git |