diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-20 02:26:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-20 02:26:00 +0000 |
commit | ace5b9f653047e5ca92bf41a5e8706246eaff346 (patch) | |
tree | e6a906f8f05d9071a63a33d03aa990593b6d916d /package/hostapd/Makefile | |
parent | 3120cbaa38744ec0aaa571be69089bfa7e105a87 (diff) | |
download | upstream-ace5b9f653047e5ca92bf41a5e8706246eaff346.tar.gz upstream-ace5b9f653047e5ca92bf41a5e8706246eaff346.tar.bz2 upstream-ace5b9f653047e5ca92bf41a5e8706246eaff346.zip |
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 342c7519d5..682d6ab852 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 |