From 3b24a99dd1cb8aad343f51655ea503d8502d12ff Mon Sep 17 00:00:00 2001 From: blogic Date: Tue, 24 Jul 2012 20:38:08 +0000 Subject: [ramips] enable OHCI/EHCI glue on Rt305x, so it is available for Rt3352F. Hope that this works, didn't have a chance to actually test it... Signed-off-by: Daniel Golle git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32815 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/patches-3.3/201-rt3883-ohci-glue.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/patches-3.3/201-rt3883-ohci-glue.patch') 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 983e4f97e..ba1aa5851 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 -- cgit v1.2.3