projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07ccad1
)
kmod-usb-core is buildin on etrax target
author
Claudio Mignanti
<c.mignanti@gmail.com>
Sun, 11 Jul 2010 12:27:11 +0000
(12:27 +0000)
committer
Claudio Mignanti
<c.mignanti@gmail.com>
Sun, 11 Jul 2010 12:27:11 +0000
(12:27 +0000)
SVN-Revision: 22130
package/kernel/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/usb.mk
b/package/kernel/modules/usb.mk
index 5acc23a572b00c3d16f34a5bd374cc9d392507e1..6af3ea8435c031ec1b2fe9bdd9c0d8befa281e65 100644
(file)
--- a/
package/kernel/modules/usb.mk
+++ b/
package/kernel/modules/usb.mk
@@
-29,7
+29,7
@@
$(eval $(call KernelPackage,usb-core))
define AddDepends/usb
SUBMENU:=$(USB_MENU)
- DEPENDS+=kmod-usb-core $(1)
+ DEPENDS+=
+!TARGET_etrax:
kmod-usb-core $(1)
endef