summaryrefslogtreecommitdiffstats
path: root/target/linux/etrax/patches-2.6.25/301-usb_support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/etrax/patches-2.6.25/301-usb_support.patch')
-rw-r--r--target/linux/etrax/patches-2.6.25/301-usb_support.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/target/linux/etrax/patches-2.6.25/301-usb_support.patch b/target/linux/etrax/patches-2.6.25/301-usb_support.patch
deleted file mode 100644
index a1c283004..000000000
--- a/target/linux/etrax/patches-2.6.25/301-usb_support.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -Naur linux-2.6.26/drivers/usb/host/Makefile os/linux-2.6-tag--devboard-R2_20-5/drivers/usb/host/Makefile
---- linux-2.6.26/drivers/usb/host/Makefile 2008-07-13 23:51:29.000000000 +0200
-+++ os/linux-2.6-tag--devboard-R2_20-5/drivers/usb/host/Makefile 2008-08-21 10:39:44.000000000 +0200
-@@ -16,6 +16,7 @@
- obj-$(CONFIG_USB_UHCI_HCD) += uhci-hcd.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
-diff -Naur linux-2.6.26/drivers/usb/Kconfig os/linux-2.6-tag--devboard-R2_20-5/drivers/usb/Kconfig
---- linux-2.6.26/drivers/usb/Kconfig 2008-07-13 23:51:29.000000000 +0200
-+++ os/linux-2.6-tag--devboard-R2_20-5/drivers/usb/Kconfig 2008-06-10 11:18:30.000000000 +0200
-@@ -21,6 +21,7 @@
- default y if USB_ARCH_HAS_EHCI
- default y if PCMCIA && !M32R # sl811_cs
- default y if ARM # SL-811
-+ default y if ETRAXFS
- default y if SUPERH # r8a66597-hcd
- default PCI
-
-diff -Naur linux-2.6.26/drivers/usb/Makefile os/linux-2.6-tag--devboard-R2_20-5/drivers/usb/Makefile
---- linux-2.6.26/drivers/usb/Makefile 2008-07-13 23:51:29.000000000 +0200
-+++ os/linux-2.6-tag--devboard-R2_20-5/drivers/usb/Makefile 2008-10-01 10:56:43.000000000 +0200
-@@ -16,6 +16,7 @@
- obj-$(CONFIG_USB_SL811_HCD) += host/
- obj-$(CONFIG_USB_U132_HCD) += host/
- obj-$(CONFIG_USB_R8A66597_HCD) += host/
-+obj-$(CONFIG_ETRAX_USB_HOST) += host/
-
- obj-$(CONFIG_USB_C67X00_HCD) += c67x00/
-