Woops! It's the kernel v ersion that is /custom/, not the kernel it self!
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Jul 25 15:54:52 2008 +0000 (2008-07-25)
changeset 723bea5656eb1d1
parent 722 37968404e9b9
child 724 a30dd922ff1e
Woops! It's the kernel v ersion that is /custom/, not the kernel it self!

/trunk/scripts/showSamples.sh | 4 2 2 0 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
scripts/showSamples.sh
     1.1 --- a/scripts/showSamples.sh	Fri Jul 25 14:08:03 2008 +0000
     1.2 +++ b/scripts/showSamples.sh	Fri Jul 25 15:54:52 2008 +0000
     1.3 @@ -53,12 +53,12 @@
     1.4          fi
     1.5      else
     1.6          printf "| ''${sample}''  "
     1.7 +        printf "|  ''${CT_KERNEL}''  "
     1.8          if [ "${CT_KERNEL_LINUX_HEADERS_USE_CUSTOM_DIR}" = "y" ]; then
     1.9              printf "|  //custom//  "
    1.10          else
    1.11 -            printf "|  ''${CT_KERNEL}''  "
    1.12 +            printf "|  ${CT_KERNEL_VERSION}  "
    1.13          fi
    1.14 -        printf "|  ${CT_KERNEL_VERSION}  "
    1.15          printf "|  ${CT_BINUTILS_VERSION}  "
    1.16          printf "|  ''${CT_CC}''  "
    1.17          printf "|  ${CT_CC_VERSION}  "