diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-01-20 02:26:00 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-01-20 02:26:00 +0000 |
commit | 92ca87f9e7ed1b52208366537d563a211f6680c1 (patch) | |
tree | e6a906f8f05d9071a63a33d03aa990593b6d916d /package/hostapd/Makefile | |
parent | e25263b21def36527d39e1e20aa72e6449c0c510 (diff) |
hostapd: upgrade to latest git version, add patches to fix multi-bss support with a single hostapd instance
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19234 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 342c7519d..682d6ab85 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=20100108 +PKG_VERSION:=20100117 PKG_RELEASE:=1 -PKG_REV:=d97572a40fd7ec77094e2e4ef83424a4c0f7e24d +PKG_REV:=43a7fe2e0e614e52fa05ff4d78af91bd4e17d3b2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=git://w1.fi/srv/git/hostap.git |