aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2011-10-29 22:33:59 +0000
committerMichael Büsch <mb@bu3sch.de>2011-10-29 22:33:59 +0000
commit541b8d0d4b6702ce4c3b1c6ca0cb1dd84df08191 (patch)
tree8645621ca8237ec474890b793debbf0e56e3d7e1 /target/linux/omap24xx
parent902dada5716837251eeb38fe1d270f86cc907da0 (diff)
downloadmaster-187ad058-541b8d0d4b6702ce4c3b1c6ca0cb1dd84df08191.tar.gz
master-187ad058-541b8d0d4b6702ce4c3b1c6ca0cb1dd84df08191.tar.bz2
master-187ad058-541b8d0d4b6702ce4c3b1c6ca0cb1dd84df08191.zip
Fix tusb patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28675 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap24xx')
-rw-r--r--target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch b/target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch
index 3c7b4629a5..0ad0209f63 100644
--- a/target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch
+++ b/target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch
@@ -1,15 +1,3 @@
-Index: linux-3.1-rc4/drivers/Makefile
-===================================================================
---- linux-3.1-rc4.orig/drivers/Makefile 2011-10-30 00:12:03.959808922 +0200
-+++ linux-3.1-rc4/drivers/Makefile 2011-10-30 00:12:06.543770526 +0200
-@@ -71,6 +71,7 @@ obj-$(CONFIG_USB_OTG_UTILS) += usb/
- obj-$(CONFIG_USB) += usb/
- obj-$(CONFIG_PCI) += usb/
- obj-$(CONFIG_USB_GADGET) += usb/
-+obj-y += usb/
- obj-$(CONFIG_SERIO) += input/serio/
- obj-$(CONFIG_GAMEPORT) += input/gameport/
- obj-$(CONFIG_INPUT) += input/
Index: linux-3.1-rc4/drivers/usb/musb/tusb6010.c
===================================================================
--- linux-3.1-rc4.orig/drivers/usb/musb/tusb6010.c 2011-10-30 00:12:03.951809040 +0200