diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-04-24 17:24:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-04-24 17:24:07 +0000 |
commit | b6ea79a06b55b31649bf7bec2e02a81c9f902490 (patch) | |
tree | f4407578c92729cb38d2818755c81239ed83c6b4 /package/hostapd/Makefile | |
parent | db0238e698ca5151f8c8a5ce4ed2b0a949f6fa02 (diff) | |
download | upstream-b6ea79a06b55b31649bf7bec2e02a81c9f902490.tar.gz upstream-b6ea79a06b55b31649bf7bec2e02a81c9f902490.tar.bz2 upstream-b6ea79a06b55b31649bf7bec2e02a81c9f902490.zip |
hostapd: update to 20100418 (0.7.2)
SVN-Revision: 21142
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 0ccba9ad99..72a7205dd1 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=20100309 +PKG_VERSION:=20100418 PKG_RELEASE:=1 -PKG_REV:=7b90c16aa9ca377b1a6d160c1ba0f2bd304f7e2f +PKG_REV:=0b86f67a2970403d1b1b6d34ce49f5485ef5dbb3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=git://w1.fi/srv/git/hostap.git |