add etrax usb driver
[openwrt/svn-archive/archive.git] / target / linux / etrax / patches / 301-usb_support.patch
1 Index: linux-2.6.25.1/drivers/usb/Makefile
2 ===================================================================
3 --- linux-2.6.25.1.orig/drivers/usb/Makefile 2008-05-03 21:33:11.000000000 +0100
4 +++ linux-2.6.25.1/drivers/usb/Makefile 2008-05-03 21:33:17.000000000 +0100
5 @@ -16,6 +16,7 @@
6 obj-$(CONFIG_USB_SL811_HCD) += host/
7 obj-$(CONFIG_USB_U132_HCD) += host/
8 obj-$(CONFIG_USB_R8A66597_HCD) += host/
9 +obj-$(CONFIG_ETRAX_USB_HOST) += host/
10
11 obj-$(CONFIG_USB_ACM) += class/
12 obj-$(CONFIG_USB_PRINTER) += class/
13 Index: linux-2.6.25.1/drivers/usb/host/Makefile
14 ===================================================================
15 --- linux-2.6.25.1.orig/drivers/usb/host/Makefile 2008-05-03 21:33:24.000000000 +0100
16 +++ linux-2.6.25.1/drivers/usb/host/Makefile 2008-05-03 21:33:47.000000000 +0100
17 @@ -16,4 +16,4 @@
18 obj-$(CONFIG_USB_SL811_CS) += sl811_cs.o
19 obj-$(CONFIG_USB_U132_HCD) += u132-hcd.o
20 obj-$(CONFIG_USB_R8A66597_HCD) += r8a66597-hcd.o
21 -
22 +obj-$(CONFIG_ETRAX_ARCH_V10) += hc_crisv10.o