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 | 8a9a6d62b4b84fea78b0e99da63af9a98e6ecaec (patch) | |
tree | 56cf26fcccfa415113b066a03e831e94318ac86e /package/hostapd/Makefile | |
parent | bd078bad0f43a6de264129b083cf7887d3c2d8d6 (diff) | |
download | upstream-8a9a6d62b4b84fea78b0e99da63af9a98e6ecaec.tar.gz upstream-8a9a6d62b4b84fea78b0e99da63af9a98e6ecaec.tar.bz2 upstream-8a9a6d62b4b84fea78b0e99da63af9a98e6ecaec.zip |
upgrade hostapd to 0.5.7 (patch from #1133)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6047 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 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) |