Add katest Linux kernel versions: 2.6.27.22, 2.6.28.10 and 2.6.29.2.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu May 07 18:53:49 2009 +0000 (2009-05-07)
changeset 132582d5bd04b320
parent 1324 48c12c696778
child 1326 56a811a04414
Add katest Linux kernel versions: 2.6.27.22, 2.6.28.10 and 2.6.29.2.

-------- diffstat follows --------
/trunk/config/kernel/linux.in | 16 13 3 0 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Tue May 05 22:04:20 2009 +0000
     1.2 +++ b/config/kernel/linux.in	Thu May 07 18:53:49 2009 +0000
     1.3 @@ -74,9 +74,9 @@
     1.4      prompt "2.6.26.8 (OBSOLETE)"
     1.5      depends on OBSOLETE
     1.6  
     1.7 -config KERNEL_V_2_6_27_21
     1.8 +config KERNEL_V_2_6_27_22
     1.9      bool
    1.10 -    prompt "2.6.27.21 (OBSOLETE)"
    1.11 +    prompt "2.6.27.22 (OBSOLETE)"
    1.12      depends on OBSOLETE
    1.13  
    1.14  config KERNEL_V_2_6_28
    1.15 @@ -119,6 +119,10 @@
    1.16      bool
    1.17      prompt "2.6.28.9"
    1.18  
    1.19 +config KERNEL_V_2_6_28_10
    1.20 +    bool
    1.21 +    prompt "2.6.28.10"
    1.22 +
    1.23  config KERNEL_V_2_6_29
    1.24      bool
    1.25      prompt "2.6.29"
    1.26 @@ -127,6 +131,10 @@
    1.27      bool
    1.28      prompt "2.6.29.1"
    1.29  
    1.30 +config KERNEL_V_2_6_29_2
    1.31 +    bool
    1.32 +    prompt "2.6.29.2"
    1.33 +
    1.34  # CT_INSERT_VERSION_ABOVE
    1.35  # Don't remove above line!
    1.36  
    1.37 @@ -149,7 +157,7 @@
    1.38      default "2.6.24.7" if KERNEL_V_2_6_24_7
    1.39      default "2.6.25.20" if KERNEL_V_2_6_25_20
    1.40      default "2.6.26.8" if KERNEL_V_2_6_26_8
    1.41 -    default "2.6.27.21" if KERNEL_V_2_6_27_21
    1.42 +    default "2.6.27.22" if KERNEL_V_2_6_27_22
    1.43      default "2.6.28" if KERNEL_V_2_6_28
    1.44      default "2.6.28.1" if KERNEL_V_2_6_28_1
    1.45      default "2.6.28.2" if KERNEL_V_2_6_28_2
    1.46 @@ -160,8 +168,10 @@
    1.47      default "2.6.28.7" if KERNEL_V_2_6_28_7
    1.48      default "2.6.28.8" if KERNEL_V_2_6_28_8
    1.49      default "2.6.28.9" if KERNEL_V_2_6_28_9
    1.50 +    default "2.6.28.10" if KERNEL_V_2_6_28_10
    1.51      default "2.6.29" if KERNEL_V_2_6_29
    1.52      default "2.6.29.1" if KERNEL_V_2_6_29_1
    1.53 +    default "2.6.29.2" if KERNEL_V_2_6_29_2
    1.54  # CT_INSERT_VERSION_STRING_ABOVE
    1.55  # Don't remove above line!
    1.56      help