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:
e036077
)
add missing =y
author
Imre Kaloz
<kaloz@openwrt.org>
Mon, 29 Oct 2012 10:12:47 +0000
(10:12 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Mon, 29 Oct 2012 10:12:47 +0000
(10:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33988
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
8710892
..
032df46
100644
(file)
--- a/
package/kernel/modules/usb.mk
+++ b/
package/kernel/modules/usb.mk
@@
-120,7
+120,7
@@
define KernelPackage/usb2
CONFIG_USB_EHCI_RT3883=y \
CONFIG_USB_OCTEON_EHCI=y \
CONFIG_USB_EHCI_FSL=n \
- CONFIG_USB_EHCI_HCD_PLATFORM
+ CONFIG_USB_EHCI_HCD_PLATFORM
=y
FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-hcd.ko
AUTOLOAD:=$(call AutoLoad,40,ehci-hcd,1)
$(call AddDepends/usb)