diff options
Diffstat (limited to 'packages/linux/linux-ezx-2.6.24/patches/mux-fix-makefile.patch')
-rw-r--r-- | packages/linux/linux-ezx-2.6.24/patches/mux-fix-makefile.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/linux/linux-ezx-2.6.24/patches/mux-fix-makefile.patch b/packages/linux/linux-ezx-2.6.24/patches/mux-fix-makefile.patch deleted file mode 100644 index 9e5ae18263..0000000000 --- a/packages/linux/linux-ezx-2.6.24/patches/mux-fix-makefile.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: linux-2.6.23/drivers/char/Makefile -=================================================================== ---- linux-2.6.23.orig/drivers/char/Makefile 2007-10-22 22:26:50.000000000 +0200 -+++ linux-2.6.23/drivers/char/Makefile 2007-10-22 22:26:59.000000000 +0200 -@@ -111,7 +111,8 @@ - obj-$(CONFIG_JS_RTC) += js-rtc.o - js-rtc-y = rtc.o - --obj-$(CONFIG_TS0710_MUX) += ts0710_mux.o ts0710_mux_usb.o -+obj-$(CONFIG_TS0710_MUX_USB) += ts0710_mux_usb.o -+obj-$(CONFIG_TS0710_MUX) += ts0710_mux.o - - - # Files generated that shall be removed upon make clean |