diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-31 21:04:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-31 21:04:48 +0000 |
commit | b00c136bc97e6eac8884e38d4b4df53612bed0a3 (patch) | |
tree | 8345d8d2c77e0a3ffba8e8f65864a441853303f9 /package/hostapd/Makefile | |
parent | a2ac9b1a9c6d3aa484b85f325bda6d8b2e7a0b6c (diff) | |
download | master-187ad058-b00c136bc97e6eac8884e38d4b4df53612bed0a3.tar.gz master-187ad058-b00c136bc97e6eac8884e38d4b4df53612bed0a3.tar.bz2 master-187ad058-b00c136bc97e6eac8884e38d4b4df53612bed0a3.zip |
update hostapd to latest upstream version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5365 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 ba16193daf..659f3e5ea3 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=0.5.3 +PKG_VERSION:=0.5.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ -PKG_MD5SUM:=4e3134e8b0d86e831230f8c620fd81bb +PKG_MD5SUM:=92288aeb2b90c0c81ae3f50beff9b890 PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |