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 | c61daab867671af884a7bb707f9bc0f086241bcd (patch) | |
tree | 1bdffb8eb3adaf20bcea17dcf3f45cc01589802e /package/hostapd/Makefile | |
parent | 131c3e1c721c2faffbe58a10eaf4aae222ae88e0 (diff) | |
download | upstream-c61daab867671af884a7bb707f9bc0f086241bcd.tar.gz upstream-c61daab867671af884a7bb707f9bc0f086241bcd.tar.bz2 upstream-c61daab867671af884a7bb707f9bc0f086241bcd.zip |
hostapd: upgrade to latest git version, add patches to fix multi-bss support with a single hostapd instance
SVN-Revision: 19234
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 |