projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe932a
)
kernel: Add missing config option for kernel 4.19
author
Daniel Engberg
<
[email protected]
>
Fri, 8 Feb 2019 12:22:41 +0000
(13:22 +0100)
committer
Christian Lamparter
<
[email protected]
>
Thu, 14 Feb 2019 15:56:15 +0000
(16:56 +0100)
Add CONFIG_USB_ROLE_SWITCH otherwise Octeon 4.19 fails compile
Signed-off-by: Daniel Engberg <
[email protected]
>
target/linux/generic/config-4.19
patch
|
blob
|
history
diff --git
a/target/linux/generic/config-4.19
b/target/linux/generic/config-4.19
index b77a6fe1130164d669d91b486ee53c6c1af89194..090c932a35922ea5c4cac9beae9acb38ec4451ef 100644
(file)
--- a/
target/linux/generic/config-4.19
+++ b/
target/linux/generic/config-4.19
@@
-5545,6
+5545,7
@@
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
# CONFIG_USB_RCAR_PHY is not set
# CONFIG_USB_RENESAS_USBHS is not set
# CONFIG_USB_RIO500 is not set
+# CONFIG_USB_ROLE_SWITCH is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set
# CONFIG_USB_S2255 is not set