From: Daniel Engberg Date: Fri, 8 Feb 2019 12:22:41 +0000 (+0100) Subject: kernel: Add missing config option for kernel 4.19 X-Git-Tag: v19.07.0-rc1~1304 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=b3c050c013c16b49c9e997dc9e2feaf28f5c85c0 kernel: Add missing config option for kernel 4.19 Add CONFIG_USB_ROLE_SWITCH otherwise Octeon 4.19 fails compile Signed-off-by: Daniel Engberg --- diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19 index b77a6fe113..090c932a35 100644 --- 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