summaryrefslogtreecommitdiffstats
path: root/package/acx
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-08 01:55:31 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-08 01:55:31 +0000
commitc3f14aa36349530f64a1afe0636a80ecbd19bcb6 (patch)
tree3b008dc46cc4d5488fe716363335f354939e7c5a /package/acx
parent8406af5f1b9af59c42a2f62fb57c92741e03547c (diff)
[package] acx: remove wrong CONFIG_PCI dep (should have been PCI_SUPPORT, but that just fails on some targets)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20047 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx')
-rw-r--r--package/acx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/acx/Makefile b/package/acx/Makefile
index 6a1140464..64725be26 100644
--- a/package/acx/Makefile
+++ b/package/acx/Makefile
@@ -25,7 +25,7 @@ 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:=@LINUX_2_6 @TARGET_ar7 +wireless-tools
URL:=http://acx100.sourceforge.net/
SUBMENU:=Wireless Drivers
FILES:= $(PKG_BUILD_DIR)/acx.$(LINUX_KMOD_SUFFIX)