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:
9a38a3a
)
kernel: add missing config symbol for the chipidea usb driver
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 21 Jul 2013 08:19:58 +0000
(08:19 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 21 Jul 2013 08:19:58 +0000
(08:19 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37487
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/linux/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/usb.mk
b/package/kernel/linux/modules/usb.mk
index
64a80e7
..
df5db94
100644
(file)
--- a/
package/kernel/linux/modules/usb.mk
+++ b/
package/kernel/linux/modules/usb.mk
@@
-1033,6
+1033,7
@@
define KernelPackage/usb-chipidea
KCONFIG:= \
CONFIG_USB_CHIPIDEA \
CONFIG_USB_CHIPIDEA_HOST=y \
+ CONFIG_USB_CHIPIDEA_UDC=n \
CONFIG_USB_CHIPIDEA_DEBUG=y
FILES:=\
$(LINUX_DIR)/drivers/usb/chipidea/ci_hdrc.ko