summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/patches-2.6.30/005-adm5120_usb.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/adm5120/patches-2.6.30/005-adm5120_usb.patch')
-rw-r--r--target/linux/adm5120/patches-2.6.30/005-adm5120_usb.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120/patches-2.6.30/005-adm5120_usb.patch b/target/linux/adm5120/patches-2.6.30/005-adm5120_usb.patch
index 1e4bf000ea..ca81a92cd1 100644
--- a/target/linux/adm5120/patches-2.6.30/005-adm5120_usb.patch
+++ b/target/linux/adm5120/patches-2.6.30/005-adm5120_usb.patch
@@ -7,7 +7,7 @@
+obj-$(CONFIG_USB_ADM5120_HCD) += host/
obj-$(CONFIG_USB_EHCI_HCD) += host/
obj-$(CONFIG_USB_ISP116X_HCD) += host/
- obj-$(CONFIG_USB_ISP1760_HCD) += host/
+ obj-$(CONFIG_USB_OHCI_HCD) += host/
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -4,6 +4,10 @@