diff options
Diffstat (limited to 'packages/linux/linux-ezx-2.6.21/patches/mux-fix-makefile.patch')
-rwxr-xr-x | packages/linux/linux-ezx-2.6.21/patches/mux-fix-makefile.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/linux/linux-ezx-2.6.21/patches/mux-fix-makefile.patch b/packages/linux/linux-ezx-2.6.21/patches/mux-fix-makefile.patch deleted file mode 100755 index 31452da847..0000000000 --- a/packages/linux/linux-ezx-2.6.21/patches/mux-fix-makefile.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: linux-2.6.21/drivers/char/Makefile -=================================================================== ---- linux-2.6.21.orig/drivers/char/Makefile 2007-04-26 20:09:29.000000000 +0200 -+++ linux-2.6.21/drivers/char/Makefile 2007-04-26 20:09:46.000000000 +0200 -@@ -104,7 +104,8 @@ - obj-$(CONFIG_HANGCHECK_TIMER) += hangcheck-timer.o - obj-$(CONFIG_TCG_TPM) += tpm/ - --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 |