kernel/linux: add latest versions
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Dec 11 23:14:57 2011 +0100 (2011-12-11)
changeset 27997a5ee8d36a1d
parent 2798 4d92888ec7cb
child 2800 0e8f92344fdb
kernel/linux: add latest versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Mon Dec 12 00:01:54 2011 +0100
     1.2 +++ b/config/kernel/linux.in	Sun Dec 11 23:14:57 2011 +0100
     1.3 @@ -26,6 +26,22 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_1_5
     1.8 +    bool
     1.9 +    prompt "3.1.5"
    1.10 +
    1.11 +config KERNEL_V_3_1_4
    1.12 +    bool
    1.13 +    prompt "3.1.4"
    1.14 +
    1.15 +config KERNEL_V_3_1_3
    1.16 +    bool
    1.17 +    prompt "3.1.3"
    1.18 +
    1.19 +config KERNEL_V_3_1_2
    1.20 +    bool
    1.21 +    prompt "3.1.2"
    1.22 +
    1.23  config KERNEL_V_3_1_1
    1.24      bool
    1.25      prompt "3.1.1"
    1.26 @@ -34,9 +50,9 @@
    1.27      bool
    1.28      prompt "3.1"
    1.29  
    1.30 -config KERNEL_V_3_0_9
    1.31 +config KERNEL_V_3_0_13
    1.32      bool
    1.33 -    prompt "3.0.9"
    1.34 +    prompt "3.0.13"
    1.35  
    1.36  config KERNEL_V_2_6_39_4
    1.37      bool
    1.38 @@ -62,9 +78,9 @@
    1.39        .33-rt kernel.  Anyone else who really wants to use the .33 kernel tree
    1.40        is welcome to use this one as well.
    1.41  
    1.42 -config KERNEL_V_2_6_32_48
    1.43 +config KERNEL_V_2_6_32_50
    1.44      bool
    1.45 -    prompt "2.6.32.48 (longterm)"
    1.46 +    prompt "2.6.32.50 (longterm)"
    1.47      help
    1.48        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.49        
    1.50 @@ -127,15 +143,19 @@
    1.51      string
    1.52  # Don't remove next line
    1.53  # CT_INSERT_VERSION_STRING_BELOW
    1.54 +    default "3.1.5" if KERNEL_V_3_1_5
    1.55 +    default "3.1.4" if KERNEL_V_3_1_4
    1.56 +    default "3.1.3" if KERNEL_V_3_1_3
    1.57 +    default "3.1.2" if KERNEL_V_3_1_2
    1.58      default "3.1.1" if KERNEL_V_3_1_1
    1.59      default "3.1" if KERNEL_V_3_1
    1.60 -    default "3.0.9" if KERNEL_V_3_0_9
    1.61 +    default "3.0.13" if KERNEL_V_3_0_13
    1.62      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.63      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.64      default "2.6.37.6" if KERNEL_V_2_6_37_6
    1.65      default "2.6.36.4" if KERNEL_V_2_6_36_4
    1.66      default "2.6.33.20" if KERNEL_V_2_6_33_20
    1.67 -    default "2.6.32.48" if KERNEL_V_2_6_32_48
    1.68 +    default "2.6.32.50" if KERNEL_V_2_6_32_50
    1.69      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.70      default "2.6.27.57" if KERNEL_V_2_6_27_57
    1.71      default "custom" if KERNEL_LINUX_CUSTOM