diff options
Diffstat (limited to 'target/linux/ramips/patches-3.3/201-rt3883-ohci-glue.patch')
-rw-r--r-- | target/linux/ramips/patches-3.3/201-rt3883-ohci-glue.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-3.3/201-rt3883-ohci-glue.patch b/target/linux/ramips/patches-3.3/201-rt3883-ohci-glue.patch index 983e4f9..ba1aa58 100644 --- a/target/linux/ramips/patches-3.3/201-rt3883-ohci-glue.patch +++ b/target/linux/ramips/patches-3.3/201-rt3883-ohci-glue.patch @@ -6,7 +6,7 @@ +config USB_OHCI_RT3883 + bool "USB OHCI support for the Ralink RT3883 SoCs" -+ depends on USB_OHCI_HCD && SOC_RT3883 ++ depends on USB_OHCI_HCD && ( SOC_RT3883 || SOC_RT305X ) + default y + help + Enables support for the built-in OHCI controller present on the |