diff -r e815b1a5057c -r 45ddf096def1 scripts/build/kernel/linux.sh --- a/scripts/build/kernel/linux.sh Mon Sep 15 14:52:29 2008 +0000 +++ b/scripts/build/kernel/linux.sh Thu Oct 23 13:45:48 2008 +0000 @@ -2,6 +2,11 @@ # Copyright 2007 Yann E. MORIN # Licensed under the GPL v2. See COPYING in the root of this package +CT_DoKernelTupleValues() { + # Nothing to do, keep the default value + : +} + do_print_filename() { echo "linux-${CT_KERNEL_VERSION}" }