kernel/linux: update versions
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Jan 12 22:41:47 2012 +0100 (2012-01-12)
changeset 2833e10743b379fd
parent 2832 ac005fa480fd
child 2834 0a0410dd0cb0
kernel/linux: update versions

A few newer versions, second shot in a row...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Sun Jan 08 12:02:14 2012 +0100
     1.2 +++ b/config/kernel/linux.in	Thu Jan 12 22:41:47 2012 +0100
     1.3 @@ -26,17 +26,21 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_2_1
     1.8 +    bool
     1.9 +    prompt "3.2.1"
    1.10 +
    1.11  config KERNEL_V_3_2
    1.12      bool
    1.13      prompt "3.2"
    1.14  
    1.15 -config KERNEL_V_3_1_8
    1.16 +config KERNEL_V_3_1_9
    1.17      bool
    1.18 -    prompt "3.1.8"
    1.19 +    prompt "3.1.9"
    1.20  
    1.21 -config KERNEL_V_3_0_16
    1.22 +config KERNEL_V_3_0_17
    1.23      bool
    1.24 -    prompt "3.0.16"
    1.25 +    prompt "3.0.17"
    1.26  
    1.27  config KERNEL_V_2_6_39_4
    1.28      bool
    1.29 @@ -62,9 +66,9 @@
    1.30        .33-rt kernel.  Anyone else who really wants to use the .33 kernel tree
    1.31        is welcome to use this one as well.
    1.32  
    1.33 -config KERNEL_V_2_6_32_53
    1.34 +config KERNEL_V_2_6_32_54
    1.35      bool
    1.36 -    prompt "2.6.32.53 (longterm)"
    1.37 +    prompt "2.6.32.54 (longterm)"
    1.38      help
    1.39        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.40        
    1.41 @@ -127,15 +131,16 @@
    1.42      string
    1.43  # Don't remove next line
    1.44  # CT_INSERT_VERSION_STRING_BELOW
    1.45 +    default "3.2.1" if KERNEL_V_3_2_1
    1.46      default "3.2" if KERNEL_V_3_2
    1.47 -    default "3.1.8" if KERNEL_V_3_1_8
    1.48 -    default "3.0.16" if KERNEL_V_3_0_16
    1.49 +    default "3.1.9" if KERNEL_V_3_1_9
    1.50 +    default "3.0.17" if KERNEL_V_3_0_17
    1.51      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.52      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.53      default "2.6.37.6" if KERNEL_V_2_6_37_6
    1.54      default "2.6.36.4" if KERNEL_V_2_6_36_4
    1.55      default "2.6.33.20" if KERNEL_V_2_6_33_20
    1.56 -    default "2.6.32.53" if KERNEL_V_2_6_32_53
    1.57 +    default "2.6.32.54" if KERNEL_V_2_6_32_54
    1.58      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.59      default "2.6.27.59" if KERNEL_V_2_6_27_59
    1.60      default "custom" if KERNEL_LINUX_CUSTOM