kernel/linux: update
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Sat Jan 28 16:50:45 2012 +0100 (2012-01-28)
changeset 2852eb134738abc6
parent 2840 188d58cfe7cf
child 2853 5182fa901f30
kernel/linux: update

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Mon Jan 16 23:45:16 2012 +0100
     1.2 +++ b/config/kernel/linux.in	Sat Jan 28 16:50:45 2012 +0100
     1.3 @@ -26,6 +26,10 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_2_2
     1.8 +    bool
     1.9 +    prompt "3.2.2"
    1.10 +
    1.11  config KERNEL_V_3_2_1
    1.12      bool
    1.13      prompt "3.2.1"
    1.14 @@ -34,13 +38,13 @@
    1.15      bool
    1.16      prompt "3.2"
    1.17  
    1.18 -config KERNEL_V_3_1_9
    1.19 +config KERNEL_V_3_1_10
    1.20      bool
    1.21 -    prompt "3.1.9"
    1.22 +    prompt "3.1.10"
    1.23  
    1.24 -config KERNEL_V_3_0_17
    1.25 +config KERNEL_V_3_0_18
    1.26      bool
    1.27 -    prompt "3.0.17"
    1.28 +    prompt "3.0.18"
    1.29  
    1.30  config KERNEL_V_2_6_39_4
    1.31      bool
    1.32 @@ -66,9 +70,9 @@
    1.33        .33-rt kernel.  Anyone else who really wants to use the .33 kernel tree
    1.34        is welcome to use this one as well.
    1.35  
    1.36 -config KERNEL_V_2_6_32_54
    1.37 +config KERNEL_V_2_6_32_55
    1.38      bool
    1.39 -    prompt "2.6.32.54 (longterm)"
    1.40 +    prompt "2.6.32.55 (longterm)"
    1.41      help
    1.42        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.43        
    1.44 @@ -131,16 +135,17 @@
    1.45      string
    1.46  # Don't remove next line
    1.47  # CT_INSERT_VERSION_STRING_BELOW
    1.48 +    default "3.2.2" if KERNEL_V_3_2_2
    1.49      default "3.2.1" if KERNEL_V_3_2_1
    1.50      default "3.2" if KERNEL_V_3_2
    1.51 -    default "3.1.9" if KERNEL_V_3_1_9
    1.52 -    default "3.0.17" if KERNEL_V_3_0_17
    1.53 +    default "3.1.10" if KERNEL_V_3_1_10
    1.54 +    default "3.0.18" if KERNEL_V_3_0_18
    1.55      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.56      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.57      default "2.6.37.6" if KERNEL_V_2_6_37_6
    1.58      default "2.6.36.4" if KERNEL_V_2_6_36_4
    1.59      default "2.6.33.20" if KERNEL_V_2_6_33_20
    1.60 -    default "2.6.32.54" if KERNEL_V_2_6_32_54
    1.61 +    default "2.6.32.55" if KERNEL_V_2_6_32_55
    1.62      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.63      default "2.6.27.59" if KERNEL_V_2_6_27_59
    1.64      default "custom" if KERNEL_LINUX_CUSTOM