projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8406af5
)
[package] acx: remove wrong CONFIG_PCI dep (should have been PCI_SUPPORT, but that...
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 8 Mar 2010 01:55:31 +0000
(
01:55
+0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 8 Mar 2010 01:55:31 +0000
(
01:55
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20047
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/acx/Makefile
patch
|
blob
|
history
diff --git
a/package/acx/Makefile
b/package/acx/Makefile
index
6a11404
..
64725be
100644
(file)
--- 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)
This page took
0.022811 seconds
and
4
git commands to generate.