diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-03-09 17:36:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-03-09 17:36:10 +0000 |
commit | b93bed19e1e0e23edf8078446782942243f56f06 (patch) | |
tree | d984a739012b47efbc0325f9ef6cb0ca42aa1593 /package/hostapd/Makefile | |
parent | 17efadd9ca9cbb927053e5f8b02ce76a85fcacb7 (diff) | |
download | master-187ad058-b93bed19e1e0e23edf8078446782942243f56f06.tar.gz master-187ad058-b93bed19e1e0e23edf8078446782942243f56f06.tar.bz2 master-187ad058-b93bed19e1e0e23edf8078446782942243f56f06.zip |
hostapd: upgrade to 20100309
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20090 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 e6e2313864..37b228c618 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=20100117 +PKG_VERSION:=20100309 PKG_RELEASE:=1 -PKG_REV:=43a7fe2e0e614e52fa05ff4d78af91bd4e17d3b2 +PKG_REV:=7b90c16aa9ca377b1a6d160c1ba0f2bd304f7e2f PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=git://w1.fi/srv/git/hostap.git |