diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-01-24 18:54:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-01-24 18:54:20 +0000 |
commit | aae45a32b9c5cf9a8edf351b85b5885649205fee (patch) | |
tree | c589f787ab838648efa5f3c81fd0abf1c9e058ba /package/hostapd/Makefile | |
parent | 0d84e3d16f1c68b5efdcabceb9a6a6954937d72b (diff) | |
download | upstream-aae45a32b9c5cf9a8edf351b85b5885649205fee.tar.gz upstream-aae45a32b9c5cf9a8edf351b85b5885649205fee.tar.bz2 upstream-aae45a32b9c5cf9a8edf351b85b5885649205fee.zip |
hostapd: update to 20110117
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25094 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 443ee4fd61..b02ff27e72 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=20101111 +PKG_VERSION:=20110117 PKG_RELEASE:=1 -PKG_REV:=5db8cf314ef169cd256483e32dcc49e31e605121 +PKG_REV:=cbcf92b42f237190b006ca8c3078593a58cbeac6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=git://w1.fi/srv/git/hostap.git |