diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-02 19:44:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-02 19:44:47 +0000 |
commit | 8807b396cea23d9d4f2b08583f59b076e59efbb5 (patch) | |
tree | 3676a81622bd4730bf194beb47982670829b599b /package/hostapd/Makefile | |
parent | f4aef6d5534e65a7c1bce7a118168ff5e85f0f75 (diff) | |
download | upstream-8807b396cea23d9d4f2b08583f59b076e59efbb5.tar.gz upstream-8807b396cea23d9d4f2b08583f59b076e59efbb5.tar.bz2 upstream-8807b396cea23d9d4f2b08583f59b076e59efbb5.zip |
hostapd: update to 20110402, fixes issues with non-QoS clients
SVN-Revision: 26414
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index b232b311b2..492edd7109 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -8,16 +8,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=20110221 +PKG_VERSION:=20110402 PKG_RELEASE:=1 -PKG_REV:=cd9fc7869aa1e3935c028d4032d15c75e9946410 +PKG_REV:=4378fc14ebfb355705e7674bf347ea659bcd77bc PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=git://w1.fi/srv/git/hostap.git PKG_SOURCE_SUBDIR:=hostapd-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE_PROTO:=git -PKG_MIRROR_MD5SUM:=f5f1462884d6e6808413e185b19ea3e3 +PKG_MIRROR_MD5SUM:=fd5e29bbfcb89a4e60fef633bd4efa94 PKG_BUILD_DEPENDS:= \ PACKAGE_kmod-madwifi:madwifi \ |