aboutsummaryrefslogtreecommitdiffstats
path: root/package/acx-mac80211/Makefile
diff options
context:
space:
mode:
authorMatteo Croce <matteo@openwrt.org>2007-09-23 21:07:53 +0000
committerMatteo Croce <matteo@openwrt.org>2007-09-23 21:07:53 +0000
commit9861c1db3206aa178821d02f9796da9b8ca44fd6 (patch)
treeee87b09d22beac8971137931efb452e4edd68964 /package/acx-mac80211/Makefile
parent34e8faefa105ba0a44c0e067720e039e3dce8535 (diff)
downloadupstream-9861c1db3206aa178821d02f9796da9b8ca44fd6.tar.gz
upstream-9861c1db3206aa178821d02f9796da9b8ca44fd6.tar.bz2
upstream-9861c1db3206aa178821d02f9796da9b8ca44fd6.zip
update acx-mac80211
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9001 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 5578d645ef..7bc37ee84c 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:=20070610
+PKG_VERSION:=20070718
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=http://www.hauke-m.de/fileadmin/acx
-PKG_MD5SUM:=7c6c70722a5a2ad6ad25075467ea4909
+PKG_SOURCE_URL:=http://teknoraver.campuslife.it/software/acx-mac80211/
+PKG_MD5SUM:=c6f339384c8ad17181a9f867a227ddae
PKG_FW_NAME:=tiacx111c16
PKG_FW_URL:=http://teknoraver.campuslife.it/software/acx-mac80211/
@@ -31,7 +31,7 @@ define KernelPackage/acx-mac80211
TITLE:=ACX111 Mac80211 driver
DESCRIPTION:=Driver for acx111 cards (Mac80211 version)
DEPENDS:=@LINUX_2_6 +kmod-mac80211
- KCONFIG:=CONFIG_MAC80211
+# KCONFIG:=CONFIG_MAC80211
FILES:=$(PKG_BUILD_DIR)/acx-mac80211.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,acx-mac80211)
endef