summaryrefslogtreecommitdiffstats
path: root/target/linux/etrax/patches-2.6.30
diff options
context:
space:
mode:
authorclaudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-03 10:05:18 +0000
committerclaudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-03 10:05:18 +0000
commitcb1cec2363c6d3f80a58e53bceca398d348128f5 (patch)
tree1456d81eecf0f6b295bb204728e6661486d560f3 /target/linux/etrax/patches-2.6.30
parentf2446147e56e8a91561cbcecc6aa2ba7e3224e78 (diff)
[etrax] Port the usb host driver and install some missing headers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16660 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/etrax/patches-2.6.30')
-rw-r--r--target/linux/etrax/patches-2.6.30/300-usb_support.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/etrax/patches-2.6.30/300-usb_support.patch b/target/linux/etrax/patches-2.6.30/300-usb_support.patch
new file mode 100644
index 000000000..9ea39ec59
--- /dev/null
+++ b/target/linux/etrax/patches-2.6.30/300-usb_support.patch
@@ -0,0 +1,24 @@
+Index: linux-2.6.30-rc5/drivers/usb/host/Makefile
+===================================================================
+--- linux-2.6.30-rc5.orig/drivers/usb/host/Makefile 2009-05-09 02:14:14.000000000 +0200
++++ linux-2.6.30-rc5/drivers/usb/host/Makefile 2009-05-13 14:07:10.000000000 +0200
+@@ -25,6 +25,7 @@
+ obj-$(CONFIG_USB_FHCI_HCD) += fhci.o
+ obj-$(CONFIG_USB_SL811_HCD) += sl811-hcd.o
+ obj-$(CONFIG_USB_SL811_CS) += sl811_cs.o
++obj-$(CONFIG_ETRAX_ARCH_V10) += hc-crisv10.o
+ obj-$(CONFIG_USB_U132_HCD) += u132-hcd.o
+ obj-$(CONFIG_USB_R8A66597_HCD) += r8a66597-hcd.o
+ obj-$(CONFIG_USB_ISP1760_HCD) += isp1760.o
+Index: linux-2.6.30-rc5/drivers/usb/Makefile
+===================================================================
+--- linux-2.6.30-rc5.orig/drivers/usb/Makefile 2009-05-13 14:06:45.000000000 +0200
++++ linux-2.6.30-rc5/drivers/usb/Makefile 2009-05-13 14:07:10.000000000 +0200
+@@ -20,6 +20,7 @@
+ obj-$(CONFIG_USB_R8A66597_HCD) += host/
+ obj-$(CONFIG_USB_HWA_HCD) += host/
+ obj-$(CONFIG_USB_ISP1760_HCD) += host/
++obj-$(CONFIG_ETRAX_USB_HOST) += host/
+
+ obj-$(CONFIG_USB_C67X00_HCD) += c67x00/
+