aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/Makefile
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2008-11-18 07:26:15 +0000
committerAndy Boyett <agb@openwrt.org>2008-11-18 07:26:15 +0000
commit4550e7e8e930968d9eb30eb1edd21c8f819acd59 (patch)
tree6bd5dde06ba00fd98c2becbeca701b3875a69985 /package/hostapd/Makefile
parent5ee6fd1d429d7bff5e9e9964e37fe2f67d1097aa (diff)
downloadmaster-187ad058-4550e7e8e930968d9eb30eb1edd21c8f819acd59.tar.gz
master-187ad058-4550e7e8e930968d9eb30eb1edd21c8f819acd59.tar.bz2
master-187ad058-4550e7e8e930968d9eb30eb1edd21c8f819acd59.zip
[hostapd] bump to version 0.6.5
- updates driver_nl80211 to match changes in recent compat-wireless snapshots (for >= 2.6.27) - adds preliminary support for 802.11n to hostapd itself git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13275 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r--package/hostapd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index 8f8af96b1e..ff80df355d 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/Makefile
@@ -1,5 +1,5 @@
-#
-# Copyright (C) 2006 OpenWrt.org
+#
+# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -9,14 +9,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=hostapd
-PKG_VERSION:=0.6.4
+PKG_VERSION:=0.6.5
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/
PKG_SOURCE_SUBDIR:=hostapd-$(PKG_VERSION)
PKG_SOURCE_VERSION:=$(PKG_REV)
-PKG_MD5SUM:=62876f2179f316db0621cc33adf04c19
+PKG_MD5SUM:=a33c0c1b1d0445fe3f60d23d637a80b7
PKG_BUILD_DEPENDS:=PACKAGE_kmod-madwifi:madwifi PACKAGE_kmod-mac80211:mac80211 PACKAGE_kmod-mac80211:libnl
include $(INCLUDE_DIR)/package.mk