diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-23 14:34:37 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-23 14:34:37 +0000 |
commit | 0e8d04af1e7063df333680d6ac16ce69ff3bf968 (patch) | |
tree | 1f7a76b124194fce461c323175cd2cb72f4c7e47 /packages/linux/linux-ezx-2.6.20.7/mux-fix-makefile.patch | |
parent | 81654790f772904aef4021434d4f97febd4199d0 (diff) |
linux-ezx: add experimental 2.6.20.7 kernel
* the kernel is slightly to big, but people will use boot_usb anyway
Diffstat (limited to 'packages/linux/linux-ezx-2.6.20.7/mux-fix-makefile.patch')
-rw-r--r-- | packages/linux/linux-ezx-2.6.20.7/mux-fix-makefile.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/linux/linux-ezx-2.6.20.7/mux-fix-makefile.patch b/packages/linux/linux-ezx-2.6.20.7/mux-fix-makefile.patch new file mode 100644 index 0000000000..f7884ca524 --- /dev/null +++ b/packages/linux/linux-ezx-2.6.20.7/mux-fix-makefile.patch @@ -0,0 +1,14 @@ +Index: linux-2.6.20.7/drivers/char/Makefile +=================================================================== +--- linux-2.6.20.7.orig/drivers/char/Makefile 2007-04-22 10:51:23.000000000 +0200 ++++ linux-2.6.20.7/drivers/char/Makefile 2007-04-22 10:52:48.000000000 +0200 +@@ -101,7 +101,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 |