Add the latest Linux kernel versions: 2.6.25.19, 2.6.26.7 and 2.6.27.3.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Oct 24 15:38:13 2008 +0000 (2008-10-24)
changeset 9725a1b20454f8b
parent 970 4bb2921d9c2a
child 973 6709d9a12f69
Add the latest Linux kernel versions: 2.6.25.19, 2.6.26.7 and 2.6.27.3.

/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	Fri Oct 24 11:42:48 2008 +0000
     1.2 +++ b/config/kernel/linux.in	Fri Oct 24 15:38:13 2008 +0000
     1.3 @@ -64,9 +64,9 @@
     1.4      prompt "2.6.24.7 (OBSOLETE)"
     1.5      depends on OBSOLETE
     1.6  
     1.7 -config KERNEL_V_2_6_25_18
     1.8 +config KERNEL_V_2_6_25_19
     1.9      bool
    1.10 -    prompt "2.6.25.18 (OBSOLETE)"
    1.11 +    prompt "2.6.25.19 (OBSOLETE)"
    1.12      depends on OBSOLETE
    1.13  
    1.14  config KERNEL_V_2_6_26
    1.15 @@ -97,6 +97,10 @@
    1.16      bool
    1.17      prompt "2.6.26.6"
    1.18  
    1.19 +config KERNEL_V_2_6_26_7
    1.20 +    bool
    1.21 +    prompt "2.6.26.7"
    1.22 +
    1.23  config KERNEL_V_2_6_27
    1.24      bool
    1.25      prompt "2.6.27"
    1.26 @@ -109,6 +113,10 @@
    1.27      bool
    1.28      prompt "2.6.27.2"
    1.29  
    1.30 +config KERNEL_V_2_6_27_3
    1.31 +    bool
    1.32 +    prompt "2.6.27.3"
    1.33 +
    1.34  # CT_INSERT_VERSION_ABOVE
    1.35  # Don't remove above line!
    1.36  endchoice
    1.37 @@ -122,7 +130,7 @@
    1.38      default "2.6.22.19" if KERNEL_V_2_6_22_19
    1.39      default "2.6.23.17" if KERNEL_V_2_6_23_17
    1.40      default "2.6.24.7" if KERNEL_V_2_6_24_7
    1.41 -    default "2.6.25.18" if KERNEL_V_2_6_25_18
    1.42 +    default "2.6.25.19" if KERNEL_V_2_6_25_19
    1.43      default "2.6.26" if KERNEL_V_2_6_26
    1.44      default "2.6.26.1" if KERNEL_V_2_6_26_1
    1.45      default "2.6.26.2" if KERNEL_V_2_6_26_2
    1.46 @@ -130,9 +138,11 @@
    1.47      default "2.6.26.4" if KERNEL_V_2_6_26_4
    1.48      default "2.6.26.5" if KERNEL_V_2_6_26_5
    1.49      default "2.6.26.6" if KERNEL_V_2_6_26_6
    1.50 +    default "2.6.26.7" if KERNEL_V_2_6_26_7
    1.51      default "2.6.27" if KERNEL_V_2_6_27
    1.52      default "2.6.27.1" if KERNEL_V_2_6_27_1
    1.53      default "2.6.27.2" if KERNEL_V_2_6_27_2
    1.54 +    default "2.6.27.3" if KERNEL_V_2_6_27_3
    1.55  # CT_INSERT_VERSION_STRING_ABOVE
    1.56  # Don't remove above line!
    1.57