X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/8acecec3078028d566151d6b43c4619c1cf72c81..3840d84728da7aabf73ef090b0aeaff5e4e3eb0d:/package/acx-mac80211/Makefile diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index da8deee9f..10865ab26 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2007 OpenWrt.org +# +# Copyright (C) 2007-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,15 +10,15 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=acx-mac80211 -PKG_VERSION:=20080112 +PKG_VERSION:=20080210 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/acx100 -PKG_MD5SUM:=3d2253c3a639ebccf06113be888118fb +PKG_MD5SUM:=d1c38b3ff24ce9162eb678298763ec88 PKG_FW_C16_NAME:=tiacx111c16 -PKG_FW_C16_URL:=http://teknoraver.campuslife.it/software/acx-mac80211/ +PKG_FW_C16_URL:=http://teknoraver.net/software/acx-mac80211/ PKG_FW_C16_MD5SUM:=7026826460376f6b174f9225bd7781b9 PKG_FW_C19_NAME:=tiacx111c19 @@ -27,11 +27,10 @@ PKG_FW_C19_MD5SUM:=a1fa9681e297b4e36e257090fc12265a include $(INCLUDE_DIR)/package.mk -# XXX: remove @!TARGET_* later when we have PCI support properly detected on all targets define KernelPackage/acx-mac80211 SUBMENU:=Wireless Drivers TITLE:=ACX111 Mac80211 driver - DEPENDS:=+kmod-mac80211 @!TARGET_atheros + DEPENDS:=@LINUX_2_6 @PCI_SUPPORT||TARGET_ar7 +kmod-mac80211 @BROKEN FILES:=$(PKG_BUILD_DIR)/acx-mac80211.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,50,acx-mac80211) endef