diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-09 15:10:26 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-09 15:10:26 +0000 |
commit | 057e4cdd71714328318e93a0574c816976452886 (patch) | |
tree | 56cf26fcccfa415113b066a03e831e94318ac86e /package/hostapd/Makefile | |
parent | 5ad62fbdd3e65c841a917ee5f2d1fc238921078c (diff) |
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) |