summaryrefslogtreecommitdiffstats
path: root/package/acx-mac80211/Makefile
diff options
context:
space:
mode:
authormatteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-03 17:30:27 +0000
committermatteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-03 17:30:27 +0000
commit9706fcf48726fa6bdc24dbca6034936738383889 (patch)
treea37bea8c7739ea1a6faf05ecdb18f40d97c98953 /package/acx-mac80211/Makefile
parent3303115e2b6c9409810121932d127292e66bad19 (diff)
upgrade acx and acx-mac80211, removed two patches now unneeded
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9112 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx-mac80211/Makefile')
-rw-r--r--package/acx-mac80211/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile
index 51a6ce37f..a60bf8fc4 100644
--- a/package/acx-mac80211/Makefile
+++ b/package/acx-mac80211/Makefile
@@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=acx-mac80211
-PKG_VERSION:=20070718
+PKG_VERSION:=20071003
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=http://teknoraver.campuslife.it/software/acx-mac80211/
-PKG_MD5SUM:=c6f339384c8ad17181a9f867a227ddae
+PKG_SOURCE_URL:=@SF/acx100
+PKG_MD5SUM:=dff7b396299001724e522d3ccf79c883
PKG_FW_NAME:=tiacx111c16
PKG_FW_URL:=http://teknoraver.campuslife.it/software/acx-mac80211/
@@ -32,7 +32,7 @@ define KernelPackage/acx-mac80211
TITLE:=ACX111 Mac80211 driver
DESCRIPTION:=Driver for acx111 cards (Mac80211 version)
DEPENDS:=@LINUX_2_6 +kmod-mac80211 @!TARGET_atheros
- KCONFIG:=CONFIG_MAC80211
+# KCONFIG:=CONFIG_MAC80211
FILES:=$(PKG_BUILD_DIR)/acx-mac80211.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,acx-mac80211)
endef