scripts/build/kernel/linux.sh
changeset 965 45ddf096def1
parent 858 e815b1a5057c
child 1017 34267fb0912e
     1.1 --- a/scripts/build/kernel/linux.sh	Mon Sep 15 14:52:29 2008 +0000
     1.2 +++ b/scripts/build/kernel/linux.sh	Thu Oct 23 13:45:48 2008 +0000
     1.3 @@ -2,6 +2,11 @@
     1.4  # Copyright 2007 Yann E. MORIN
     1.5  # Licensed under the GPL v2. See COPYING in the root of this package
     1.6  
     1.7 +CT_DoKernelTupleValues() {
     1.8 +    # Nothing to do, keep the default value
     1.9 +    :
    1.10 +}
    1.11 +
    1.12  do_print_filename() {
    1.13      echo "linux-${CT_KERNEL_VERSION}"
    1.14  }