aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-02 19:44:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-02 19:44:47 +0000
commit83cdf40c1673013b62745f82fcbe58f27204c5ac (patch)
tree800ca0dcec4e11161877ecb66721941b61e135c7 /package/hostapd/Makefile
parent70cc161e6fa7c7e71787762c295a04a9a2405a22 (diff)
downloadupstream-83cdf40c1673013b62745f82fcbe58f27204c5ac.tar.gz
upstream-83cdf40c1673013b62745f82fcbe58f27204c5ac.tar.bz2
upstream-83cdf40c1673013b62745f82fcbe58f27204c5ac.zip
hostapd: update to 20110402, fixes issues with non-QoS clients
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26414 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r--package/hostapd/Makefile6
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 \