From a6ff6c1f36b886b61a08ac89996ee15340e6fc64 Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 15 Aug 2011 14:11:55 +0000 Subject: ramips: rt305x: add dwc_otg driver Based on a patch by Layne Edwards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27997 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/patches-2.6.39/105-usb_dwc_otg.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 target/linux/ramips/patches-2.6.39/105-usb_dwc_otg.patch (limited to 'target/linux/ramips/patches-2.6.39') diff --git a/target/linux/ramips/patches-2.6.39/105-usb_dwc_otg.patch b/target/linux/ramips/patches-2.6.39/105-usb_dwc_otg.patch new file mode 100644 index 000000000..583202c52 --- /dev/null +++ b/target/linux/ramips/patches-2.6.39/105-usb_dwc_otg.patch @@ -0,0 +1,16 @@ +--- a/drivers/usb/Kconfig ++++ b/drivers/usb/Kconfig +@@ -163,4 +163,6 @@ + + source "drivers/usb/otg/Kconfig" + ++source "drivers/usb/dwc_otg/Kconfig" ++ + endif # USB_SUPPORT +--- a/drivers/usb/Makefile ++++ b/drivers/usb/Makefile +@@ -45,3 +45,4 @@ + + obj-$(CONFIG_USB_ATM) += atm/ + obj-$(CONFIG_USB_SPEEDTOUCH) += atm/ ++obj-$(CONFIG_DWC_OTG) += dwc_otg/ -- cgit v1.2.3