kernel/linux: 2.6.32.17, 2.6.33.7, 2.6.34.2 and 2.6.35 are out !
authorArnaud Lacombe <lacombar@gmail.com>
Mon Aug 02 21:38:32 2010 +0200 (2010-08-02)
changeset 206211348ef5f0ac
parent 2061 5744ba6e8297
child 2063 57d5da4e4d25
kernel/linux: 2.6.32.17, 2.6.33.7, 2.6.34.2 and 2.6.35 are out !

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
[Yann E. MORIN: also add latest 2.6.27.49]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Sun Aug 01 03:56:43 2010 +0200
     1.2 +++ b/config/kernel/linux.in	Mon Aug 02 21:38:32 2010 +0200
     1.3 @@ -26,6 +26,14 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_35
     1.8 +    bool
     1.9 +    prompt "2.6.35"
    1.10 +
    1.11 +config KERNEL_V_2_6_34_2
    1.12 +    bool
    1.13 +    prompt "2.6.34.2"
    1.14 +
    1.15  config KERNEL_V_2_6_34_1
    1.16      bool
    1.17      prompt "2.6.34.1"
    1.18 @@ -34,6 +42,10 @@
    1.19      bool
    1.20      prompt "2.6.34"
    1.21  
    1.22 +config KERNEL_V_2_6_33_7
    1.23 +    bool
    1.24 +    prompt "2.6.33.7"
    1.25 +
    1.26  config KERNEL_V_2_6_33_6
    1.27      bool
    1.28      prompt "2.6.33.6"
    1.29 @@ -62,9 +74,9 @@
    1.30      bool
    1.31      prompt "2.6.33"
    1.32  
    1.33 -config KERNEL_V_2_6_32_16
    1.34 +config KERNEL_V_2_6_32_17
    1.35      bool
    1.36 -    prompt "2.6.32.16"
    1.37 +    prompt "2.6.32.17"
    1.38  
    1.39  config KERNEL_V_2_6_31_14
    1.40      bool
    1.41 @@ -74,9 +86,9 @@
    1.42      bool
    1.43      prompt "2.6.30.10"
    1.44  
    1.45 -config KERNEL_V_2_6_27_48
    1.46 +config KERNEL_V_2_6_27_49
    1.47      bool
    1.48 -    prompt "2.6.27.48 (long-term stable)"
    1.49 +    prompt "2.6.27.49 (long-term stable)"
    1.50      help
    1.51        The Linux 2.6.27 tree is the current "long-term stable" maintenance branch.
    1.52        It is intended to fill the niche for users who are not using distribution
    1.53 @@ -110,8 +122,11 @@
    1.54      string
    1.55  # Don't remove next line
    1.56  # CT_INSERT_VERSION_STRING_BELOW
    1.57 +    default "2.6.35" if KERNEL_V_2_6_35
    1.58 +    default "2.6.34.2" if KERNEL_V_2_6_34_2
    1.59      default "2.6.34.1" if KERNEL_V_2_6_34_1
    1.60      default "2.6.34" if KERNEL_V_2_6_34
    1.61 +    default "2.6.33.7" if KERNEL_V_2_6_33_7
    1.62      default "2.6.33.6" if KERNEL_V_2_6_33_6
    1.63      default "2.6.33.5" if KERNEL_V_2_6_33_5
    1.64      default "2.6.33.4" if KERNEL_V_2_6_33_4
    1.65 @@ -119,10 +134,10 @@
    1.66      default "2.6.33.2" if KERNEL_V_2_6_33_2
    1.67      default "2.6.33.1" if KERNEL_V_2_6_33_1
    1.68      default "2.6.33" if KERNEL_V_2_6_33
    1.69 -    default "2.6.32.16" if KERNEL_V_2_6_32_16
    1.70 +    default "2.6.32.17" if KERNEL_V_2_6_32_17
    1.71      default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.72      default "2.6.30.10" if KERNEL_V_2_6_30_10
    1.73 -    default "2.6.27.48" if KERNEL_V_2_6_27_48
    1.74 +    default "2.6.27.49" if KERNEL_V_2_6_27_49
    1.75  
    1.76  choice
    1.77      bool