projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07e2a05
)
Remove usb-controller dependency (#1007)
author
Florian Fainelli
<florian@openwrt.org>
Wed, 27 Dec 2006 18:18:35 +0000
(18:18 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 27 Dec 2006 18:18:35 +0000
(18:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5905
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/usb.mk
b/package/kernel/modules/usb.mk
index
bcc8a96
..
8abdaa8
100644
(file)
--- a/
package/kernel/modules/usb.mk
+++ b/
package/kernel/modules/usb.mk
@@
-87,7
+87,7
@@
$(eval $(call KernelPackage,usb2))
define usbdep
SUBMENU:=$(USBMENU)
- DEPENDS:=kmod-usb-core
usb-controller
$(1)
+ DEPENDS:=kmod-usb-core $(1)
endef