summaryrefslogtreecommitdiffstats
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
commitbc1b8ed25c3a1758eb7f347398d9c2619e3f9ee6 (patch)
treee020a47addd0262a3d33afff32a3aab1e1df7677 /package/hostapd/Makefile
parentfad690be31358a29058009746b275b774a070b78 (diff)
downloadmaster-31e0f0ae-bc1b8ed25c3a1758eb7f347398d9c2619e3f9ee6.tar.gz
master-31e0f0ae-bc1b8ed25c3a1758eb7f347398d9c2619e3f9ee6.tar.bz2
master-31e0f0ae-bc1b8ed25c3a1758eb7f347398d9c2619e3f9ee6.zip
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
SVN-Revision: 13275
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