X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/bc0aaef0c37c1ede1f7fe755bd33e9007538c136..8300ab10c481810ba6a39b5c418e26f91ae26acf:/package/acx/Makefile diff --git a/package/acx/Makefile b/package/acx/Makefile index 7db3f5115..7b4f8af21 100644 --- a/package/acx/Makefile +++ b/package/acx/Makefile @@ -1,17 +1,16 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=acx PKG_VERSION:=20080210 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/acx100 @@ -26,10 +25,10 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/acx TITLE:=Driver for TI ACX1xx chipset - DEPENDS:=@LINUX_2_6 @CONFIG_PCI||TARGET_ar7 +wireless-tools + DEPENDS:=@PCI_SUPPORT||TARGET_ar7 +wireless-tools @(!(LINUX_3_1||LINUX_3_2)||BROKEN) URL:=http://acx100.sourceforge.net/ SUBMENU:=Wireless Drivers - FILES:= $(PKG_BUILD_DIR)/acx.$(LINUX_KMOD_SUFFIX) + FILES:= $(PKG_BUILD_DIR)/acx.ko AUTOLOAD:=$(call AutoLoad,50,acx) endef @@ -75,6 +74,8 @@ define KernelPackage/acx/install $(INSTALL_DIR) $(1)/lib/firmware $(INSTALL_DATA) $(DL_DIR)/$(C16_FW) $(1)/lib/firmware/ $(INSTALL_DATA) $(DL_DIR)/$(C19_FW) $(1)/lib/firmware/ + $(INSTALL_DIR) $(1)/lib/wifi + $(INSTALL_DATA) ./files/lib/wifi/acx.sh $(1)/lib/wifi/ endef $(eval $(call KernelPackage,acx))