diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-03-27 10:42:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-03-27 10:42:47 +0000 |
commit | 4225e4b2d8fe131d93df97916b77910c0906c1ad (patch) | |
tree | 52a27698f502489b680f8bdca34d9df20b95d8a6 /package/hostapd/Makefile | |
parent | 35607da5b8150cb2d10e0e5e9c521f19ca47f677 (diff) | |
download | mtk-20170518-4225e4b2d8fe131d93df97916b77910c0906c1ad.zip mtk-20170518-4225e4b2d8fe131d93df97916b77910c0906c1ad.tar.gz mtk-20170518-4225e4b2d8fe131d93df97916b77910c0906c1ad.tar.bz2 |
hostapd: update to 20120326
SVN-Revision: 31080
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 782cf73..1e472ef 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=20111103 -PKG_RELEASE:=3 -PKG_REV:=6caaae1e48da247b21b54ea6001646597e35d9b1 +PKG_VERSION:=20120326 +PKG_RELEASE:=1 +PKG_REV:=f4329aa2d08192640532b712936f5221580e9f8c PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=git://w1.fi/srv/git/hostap.git |