diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-05-02 19:51:56 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-05-02 19:51:56 +0000 |
commit | 6f7314977b77d0eaed71024ba30966be4b5c56c0 (patch) | |
tree | 368925b85174d4b597a0391799379c8133b115e6 /package/acx/Makefile | |
parent | 262640cb9e8c744994d0e9cb280a34a76f3a54ed (diff) | |
download | upstream-6f7314977b77d0eaed71024ba30966be4b5c56c0.tar.gz upstream-6f7314977b77d0eaed71024ba30966be4b5c56c0.tar.bz2 upstream-6f7314977b77d0eaed71024ba30966be4b5c56c0.zip |
make acx available to PCI platforms as well (#7174)
SVN-Revision: 21313
Diffstat (limited to 'package/acx/Makefile')
-rw-r--r-- | package/acx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/acx/Makefile b/package/acx/Makefile index 64725be265..caa55c577d 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 @TARGET_ar7 +wireless-tools + DEPENDS:=@LINUX_2_6 @PCI_SUPPORT||TARGET_ar7 +wireless-tools URL:=http://acx100.sourceforge.net/ SUBMENU:=Wireless Drivers FILES:= $(PKG_BUILD_DIR)/acx.$(LINUX_KMOD_SUFFIX) |