diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-09 15:10:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-09 15:10:26 +0000 |
commit | a07ed4abe1d20a72e9e1e729b8308785603b2bad (patch) | |
tree | ec17168dbfed27d39881731345f323d31c4caa40 /package/hostapd/Makefile | |
parent | 656412d1a3806d94b280a9955df528faad6aa8e9 (diff) | |
download | upstream-a07ed4abe1d20a72e9e1e729b8308785603b2bad.tar.gz upstream-a07ed4abe1d20a72e9e1e729b8308785603b2bad.tar.bz2 upstream-a07ed4abe1d20a72e9e1e729b8308785603b2bad.zip |
upgrade hostapd to 0.5.7 (patch from #1133)
SVN-Revision: 6047
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 76601dab10..3c402ea1cc 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=0.5.5 +PKG_VERSION:=0.5.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ -PKG_MD5SUM:=92288aeb2b90c0c81ae3f50beff9b890 +PKG_MD5SUM:=d5113247dc6ee17106e6bc7cb89aa507 PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |