diff options
author | mb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-29 22:33:59 +0000 |
---|---|---|
committer | mb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-29 22:33:59 +0000 |
commit | 560730403de8e707340cbf18236b9dbf7b1193f7 (patch) | |
tree | 8645621ca8237ec474890b793debbf0e56e3d7e1 /target/linux/omap24xx/patches-3.1 | |
parent | 58deaa72404fc049b2e55679e339b13ec32c0afb (diff) |
Fix tusb patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28675 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap24xx/patches-3.1')
-rw-r--r-- | target/linux/omap24xx/patches-3.1/850-musb-tusb-modular-fixes.patch | 12 |
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 |