diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-05-28 16:27:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-05-28 16:27:12 +0000 |
commit | c8eee43263365ef2434fed437b1a669025fec3b0 (patch) | |
tree | ba88a40e482705ebb80836ec8177357ef11fed36 /package/hostapd/Makefile | |
parent | 8cdbf2c4b658469fdee0ffbbe3325db6ec70a525 (diff) | |
download | master-187ad058-c8eee43263365ef2434fed437b1a669025fec3b0.tar.gz master-187ad058-c8eee43263365ef2434fed437b1a669025fec3b0.tar.bz2 master-187ad058-c8eee43263365ef2434fed437b1a669025fec3b0.zip |
hostapd: update to 20110527, includes a client mode wpa auth fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27021 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 6a82170fb9..6111e9a6ee 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -8,16 +8,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=20110421 +PKG_VERSION:=20110527 PKG_RELEASE:=1 -PKG_REV:=0725cc7b7efc434910e89865c42eda7ce61bbf08 +PKG_REV:=ceb34f250af7a7082f18c1e0451dc7fbc0f000f3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=git://w1.fi/srv/git/hostap.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE_PROTO:=git -PKG_MIRROR_MD5SUM:=fa3f3182dc82f40c88398822ebfe693e +PKG_MIRROR_MD5SUM:=4b98902d782813b41aca1faff613f677 PKG_BUILD_DEPENDS:= \ PACKAGE_kmod-madwifi:madwifi \ |