kernel/linux: update versions
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jan 08 12:02:14 2012 +0100 (2012-01-08)
changeset 2832ac005fa480fd
parent 2831 d7c5e3b9d7d3
child 2833 e10743b379fd
kernel/linux: update versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Tue Jan 03 23:02:04 2012 +0100
     1.2 +++ b/config/kernel/linux.in	Sun Jan 08 12:02:14 2012 +0100
     1.3 @@ -26,37 +26,17 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 -config KERNEL_V_3_1_6
     1.8 +config KERNEL_V_3_2
     1.9      bool
    1.10 -    prompt "3.1.6"
    1.11 +    prompt "3.2"
    1.12  
    1.13 -config KERNEL_V_3_1_5
    1.14 +config KERNEL_V_3_1_8
    1.15      bool
    1.16 -    prompt "3.1.5"
    1.17 +    prompt "3.1.8"
    1.18  
    1.19 -config KERNEL_V_3_1_4
    1.20 +config KERNEL_V_3_0_16
    1.21      bool
    1.22 -    prompt "3.1.4"
    1.23 -
    1.24 -config KERNEL_V_3_1_3
    1.25 -    bool
    1.26 -    prompt "3.1.3"
    1.27 -
    1.28 -config KERNEL_V_3_1_2
    1.29 -    bool
    1.30 -    prompt "3.1.2"
    1.31 -
    1.32 -config KERNEL_V_3_1_1
    1.33 -    bool
    1.34 -    prompt "3.1.1"
    1.35 -
    1.36 -config KERNEL_V_3_1
    1.37 -    bool
    1.38 -    prompt "3.1"
    1.39 -
    1.40 -config KERNEL_V_3_0_14
    1.41 -    bool
    1.42 -    prompt "3.0.14"
    1.43 +    prompt "3.0.16"
    1.44  
    1.45  config KERNEL_V_2_6_39_4
    1.46      bool
    1.47 @@ -82,9 +62,9 @@
    1.48        .33-rt kernel.  Anyone else who really wants to use the .33 kernel tree
    1.49        is welcome to use this one as well.
    1.50  
    1.51 -config KERNEL_V_2_6_32_51
    1.52 +config KERNEL_V_2_6_32_53
    1.53      bool
    1.54 -    prompt "2.6.32.51 (longterm)"
    1.55 +    prompt "2.6.32.53 (longterm)"
    1.56      help
    1.57        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.58        
    1.59 @@ -147,20 +127,15 @@
    1.60      string
    1.61  # Don't remove next line
    1.62  # CT_INSERT_VERSION_STRING_BELOW
    1.63 -    default "3.1.6" if KERNEL_V_3_1_6
    1.64 -    default "3.1.5" if KERNEL_V_3_1_5
    1.65 -    default "3.1.4" if KERNEL_V_3_1_4
    1.66 -    default "3.1.3" if KERNEL_V_3_1_3
    1.67 -    default "3.1.2" if KERNEL_V_3_1_2
    1.68 -    default "3.1.1" if KERNEL_V_3_1_1
    1.69 -    default "3.1" if KERNEL_V_3_1
    1.70 -    default "3.0.14" if KERNEL_V_3_0_14
    1.71 +    default "3.2" if KERNEL_V_3_2
    1.72 +    default "3.1.8" if KERNEL_V_3_1_8
    1.73 +    default "3.0.16" if KERNEL_V_3_0_16
    1.74      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.75      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.76      default "2.6.37.6" if KERNEL_V_2_6_37_6
    1.77      default "2.6.36.4" if KERNEL_V_2_6_36_4
    1.78      default "2.6.33.20" if KERNEL_V_2_6_33_20
    1.79 -    default "2.6.32.51" if KERNEL_V_2_6_32_51
    1.80 +    default "2.6.32.53" if KERNEL_V_2_6_32_53
    1.81      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.82      default "2.6.27.59" if KERNEL_V_2_6_27_59
    1.83      default "custom" if KERNEL_LINUX_CUSTOM