config/kernel/linux.in
changeset 2879 e947c64136dc
parent 2852 eb134738abc6
child 2885 17c162b426c6
     1.1 --- a/config/kernel/linux.in	Sat Jan 28 16:50:45 2012 +0100
     1.2 +++ b/config/kernel/linux.in	Thu Feb 09 13:00:49 2012 +0100
     1.3 @@ -26,6 +26,18 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_3_2_5
     1.8 +    bool
     1.9 +    prompt "3.2.5"
    1.10 +
    1.11 +config KERNEL_V_3_2_4
    1.12 +    bool
    1.13 +    prompt "3.2.4"
    1.14 +
    1.15 +config KERNEL_V_3_2_3
    1.16 +    bool
    1.17 +    prompt "3.2.3"
    1.18 +
    1.19  config KERNEL_V_3_2_2
    1.20      bool
    1.21      prompt "3.2.2"
    1.22 @@ -42,9 +54,9 @@
    1.23      bool
    1.24      prompt "3.1.10"
    1.25  
    1.26 -config KERNEL_V_3_0_18
    1.27 +config KERNEL_V_3_0_20
    1.28      bool
    1.29 -    prompt "3.0.18"
    1.30 +    prompt "3.0.20"
    1.31  
    1.32  config KERNEL_V_2_6_39_4
    1.33      bool
    1.34 @@ -70,9 +82,9 @@
    1.35        .33-rt kernel.  Anyone else who really wants to use the .33 kernel tree
    1.36        is welcome to use this one as well.
    1.37  
    1.38 -config KERNEL_V_2_6_32_55
    1.39 +config KERNEL_V_2_6_32_56
    1.40      bool
    1.41 -    prompt "2.6.32.55 (longterm)"
    1.42 +    prompt "2.6.32.56 (longterm)"
    1.43      help
    1.44        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.45        
    1.46 @@ -135,17 +147,20 @@
    1.47      string
    1.48  # Don't remove next line
    1.49  # CT_INSERT_VERSION_STRING_BELOW
    1.50 +    default "3.2.5" if KERNEL_V_3_2_5
    1.51 +    default "3.2.4" if KERNEL_V_3_2_4
    1.52 +    default "3.2.3" if KERNEL_V_3_2_3
    1.53      default "3.2.2" if KERNEL_V_3_2_2
    1.54      default "3.2.1" if KERNEL_V_3_2_1
    1.55      default "3.2" if KERNEL_V_3_2
    1.56      default "3.1.10" if KERNEL_V_3_1_10
    1.57 -    default "3.0.18" if KERNEL_V_3_0_18
    1.58 +    default "3.0.20" if KERNEL_V_3_0_20
    1.59      default "2.6.39.4" if KERNEL_V_2_6_39_4
    1.60      default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.61      default "2.6.37.6" if KERNEL_V_2_6_37_6
    1.62      default "2.6.36.4" if KERNEL_V_2_6_36_4
    1.63      default "2.6.33.20" if KERNEL_V_2_6_33_20
    1.64 -    default "2.6.32.55" if KERNEL_V_2_6_32_55
    1.65 +    default "2.6.32.56" if KERNEL_V_2_6_32_56
    1.66      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.67      default "2.6.27.59" if KERNEL_V_2_6_27_59
    1.68      default "custom" if KERNEL_LINUX_CUSTOM