config/kernel/linux.in
changeset 2011 ab0543fc0ef0
parent 1990 c12158f27395
child 2062 11348ef5f0ac
     1.1 --- a/config/kernel/linux.in	Thu Jun 17 18:30:09 2010 +0200
     1.2 +++ b/config/kernel/linux.in	Fri Jul 09 15:51:59 2010 +0200
     1.3 @@ -26,10 +26,18 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_34_1
     1.8 +    bool
     1.9 +    prompt "2.6.34.1"
    1.10 +
    1.11  config KERNEL_V_2_6_34
    1.12      bool
    1.13      prompt "2.6.34"
    1.14  
    1.15 +config KERNEL_V_2_6_33_6
    1.16 +    bool
    1.17 +    prompt "2.6.33.6"
    1.18 +
    1.19  config KERNEL_V_2_6_33_5
    1.20      bool
    1.21      prompt "2.6.33.5"
    1.22 @@ -54,21 +62,21 @@
    1.23      bool
    1.24      prompt "2.6.33"
    1.25  
    1.26 -config KERNEL_V_2_6_32_14
    1.27 +config KERNEL_V_2_6_32_16
    1.28      bool
    1.29 -    prompt "2.6.32.14"
    1.30 +    prompt "2.6.32.16"
    1.31  
    1.32 -config KERNEL_V_2_6_31_13
    1.33 +config KERNEL_V_2_6_31_14
    1.34      bool
    1.35 -    prompt "2.6.31.13"
    1.36 +    prompt "2.6.31.14"
    1.37  
    1.38  config KERNEL_V_2_6_30_10
    1.39      bool
    1.40      prompt "2.6.30.10"
    1.41  
    1.42 -config KERNEL_V_2_6_27_47
    1.43 +config KERNEL_V_2_6_27_48
    1.44      bool
    1.45 -    prompt "2.6.27.47 (long-term stable)"
    1.46 +    prompt "2.6.27.48 (long-term stable)"
    1.47      help
    1.48        The Linux 2.6.27 tree is the current "long-term stable" maintenance branch.
    1.49        It is intended to fill the niche for users who are not using distribution
    1.50 @@ -102,17 +110,19 @@
    1.51      string
    1.52  # Don't remove next line
    1.53  # CT_INSERT_VERSION_STRING_BELOW
    1.54 +    default "2.6.34.1" if KERNEL_V_2_6_34_1
    1.55      default "2.6.34" if KERNEL_V_2_6_34
    1.56 +    default "2.6.33.6" if KERNEL_V_2_6_33_6
    1.57      default "2.6.33.5" if KERNEL_V_2_6_33_5
    1.58      default "2.6.33.4" if KERNEL_V_2_6_33_4
    1.59      default "2.6.33.3" if KERNEL_V_2_6_33_3
    1.60      default "2.6.33.2" if KERNEL_V_2_6_33_2
    1.61      default "2.6.33.1" if KERNEL_V_2_6_33_1
    1.62      default "2.6.33" if KERNEL_V_2_6_33
    1.63 -    default "2.6.32.14" if KERNEL_V_2_6_32_14
    1.64 -    default "2.6.31.13" if KERNEL_V_2_6_31_13
    1.65 +    default "2.6.32.16" if KERNEL_V_2_6_32_16
    1.66 +    default "2.6.31.14" if KERNEL_V_2_6_31_14
    1.67      default "2.6.30.10" if KERNEL_V_2_6_30_10
    1.68 -    default "2.6.27.47" if KERNEL_V_2_6_27_47
    1.69 +    default "2.6.27.48" if KERNEL_V_2_6_27_48
    1.70  
    1.71  choice
    1.72      bool