config/kernel: Update linux kernel versions
authorBryan Hundven <bryanhundven@gmail.com>
Tue Jun 21 21:01:20 2011 -0700 (2011-06-21)
changeset 2513586678dfff0b
parent 2512 6d9b79f63eda
child 2514 8bb5151c5b01
config/kernel: Update linux kernel versions

Add 2.6.39.1
Drop 2.6.38-2.6.38.6 provide the latest 2.6.38.8
Update longterm trees:
* 2.6.33 is 2.6.33.14
* 2.6.32 is 2.6.32.41
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Tue Jun 21 20:52:08 2011 -0700
     1.2 +++ b/config/kernel/linux.in	Tue Jun 21 21:01:20 2011 -0700
     1.3 @@ -38,37 +38,17 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_39_1
     1.8 +    bool
     1.9 +    prompt "2.6.39.1"
    1.10 +
    1.11  config KERNEL_V_2_6_39
    1.12      bool
    1.13      prompt "2.6.39"
    1.14  
    1.15 -config KERNEL_V_2_6_38_6
    1.16 +config KERNEL_V_2_6_38_8
    1.17      bool
    1.18 -    prompt "2.6.38.6"
    1.19 -
    1.20 -config KERNEL_V_2_6_38_5
    1.21 -    bool
    1.22 -    prompt "2.6.38.5"
    1.23 -
    1.24 -config KERNEL_V_2_6_38_4
    1.25 -    bool
    1.26 -    prompt "2.6.38.4"
    1.27 -
    1.28 -config KERNEL_V_2_6_38_3
    1.29 -    bool
    1.30 -    prompt "2.6.38.3"
    1.31 -
    1.32 -config KERNEL_V_2_6_38_2
    1.33 -    bool
    1.34 -    prompt "2.6.38.2"
    1.35 -
    1.36 -config KERNEL_V_2_6_38_1
    1.37 -    bool
    1.38 -    prompt "2.6.38.1"
    1.39 -
    1.40 -config KERNEL_V_2_6_38
    1.41 -    bool
    1.42 -    prompt "2.6.38"
    1.43 +    prompt "2.6.38.8"
    1.44  
    1.45  config KERNEL_V_2_6_37_6
    1.46      bool
    1.47 @@ -101,13 +81,13 @@
    1.48      bool
    1.49      prompt "2.6.34.9"
    1.50  
    1.51 -config KERNEL_V_2_6_33_13
    1.52 +config KERNEL_V_2_6_33_14
    1.53      bool
    1.54 -    prompt "2.6.33.13"
    1.55 +    prompt "2.6.33.14"
    1.56  
    1.57 -config KERNEL_V_2_6_32_40
    1.58 +config KERNEL_V_2_6_32_41
    1.59      bool
    1.60 -    prompt "2.6.32.40 (longterm)"
    1.61 +    prompt "2.6.32.41 (longterm)"
    1.62      help
    1.63        The Linux 2.6.32 tree is a "longterm" maintenance branch.
    1.64        
    1.65 @@ -169,20 +149,15 @@
    1.66      string
    1.67  # Don't remove next line
    1.68  # CT_INSERT_VERSION_STRING_BELOW
    1.69 +    default "2.6.39.1" if KERNEL_V_2_6_39_1
    1.70      default "2.6.39" if KERNEL_V_2_6_39
    1.71 -    default "2.6.38.6" if KERNEL_V_2_6_38_6
    1.72 -    default "2.6.38.5" if KERNEL_V_2_6_38_5
    1.73 -    default "2.6.38.4" if KERNEL_V_2_6_38_4
    1.74 -    default "2.6.38.3" if KERNEL_V_2_6_38_3
    1.75 -    default "2.6.38.2" if KERNEL_V_2_6_38_2
    1.76 -    default "2.6.38.1" if KERNEL_V_2_6_38_1
    1.77 -    default "2.6.38" if KERNEL_V_2_6_38
    1.78 +    default "2.6.38.8" if KERNEL_V_2_6_38_8
    1.79      default "2.6.37.6" if KERNEL_V_2_6_37_6
    1.80      default "2.6.36.4" if KERNEL_V_2_6_36_4
    1.81      default "2.6.35.13" if KERNEL_V_2_6_35_13
    1.82      default "2.6.34.9" if KERNEL_V_2_6_34_9
    1.83 -    default "2.6.33.13" if KERNEL_V_2_6_33_13
    1.84 -    default "2.6.32.40" if KERNEL_V_2_6_32_40
    1.85 +    default "2.6.33.14" if KERNEL_V_2_6_33_13
    1.86 +    default "2.6.32.41" if KERNEL_V_2_6_32_40
    1.87      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.88      default "2.6.27.59" if KERNEL_V_2_6_27_59
    1.89