diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-07-07 13:49:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-07-07 13:49:36 +0000 |
commit | 216556954e68a3ceb1a2362689cf0122fc0b6d69 (patch) | |
tree | d8a1fa4354d007a576774b2c8ea877f4576aaf02 /package/hostapd/Makefile | |
parent | 0b0061e01b1ef16ed4bac5da6b9a1ac3bfd5d92a (diff) | |
download | upstream-216556954e68a3ceb1a2362689cf0122fc0b6d69.tar.gz upstream-216556954e68a3ceb1a2362689cf0122fc0b6d69.tar.bz2 upstream-216556954e68a3ceb1a2362689cf0122fc0b6d69.zip |
Update hostapd to 0.6.3 (#3615)
SVN-Revision: 11738
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 7dfacc1fbd..b5e69d41ec 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_REV:=03ec0ec5cdb974d51a4a2a566bea4c4568138576 -PKG_VERSION:=20071107_$(PKG_REV) +PKG_VERSION:=0.6.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=git://w1.fi/srv/git/hostap.git +PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ PKG_SOURCE_SUBDIR:=hostapd-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) +PKG_MD5SUM:=516653e8d307bd6ec4ab33ba56962ed8 PKG_BUILD_DEPENDS:=madwifi mac80211 libnl openssl include $(INCLUDE_DIR)/package.mk |