diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-13 12:38:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-13 12:38:51 +0000 |
commit | 36ac145eea94170cc2fa924bea8cd61487a0d253 (patch) | |
tree | 9bb15ad13013f4013dbcb56b2e17a04ab3eb6c77 /package/hostapd/Makefile | |
parent | 6f223b33c2a9b89b24eff8532f3dc3a2349fefac (diff) | |
download | upstream-36ac145eea94170cc2fa924bea8cd61487a0d253.tar.gz upstream-36ac145eea94170cc2fa924bea8cd61487a0d253.tar.bz2 upstream-36ac145eea94170cc2fa924bea8cd61487a0d253.zip |
hostapd: update to 2012-09-10
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33392 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 e438ef349e..295efd0cc3 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=20120428 -PKG_RELEASE:=3 -PKG_REV:=1f0cc27eb98f7d1af9c64d0752238184cbdb9a24 +PKG_VERSION:=20120910 +PKG_RELEASE:=1 +PKG_REV:=762b99db7a76803d1ad274e87caa6fe870d47441 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=git://w1.fi/srv/git/hostap.git |