config/kernel/linux.in
changeset 1875 5b5fa5df819b
parent 1840 2abad517a563
child 1947 e7f7220b5ba2
child 1952 f3c30069f86e
     1.1 --- a/config/kernel/linux.in	Wed Mar 17 19:58:08 2010 +0100
     1.2 +++ b/config/kernel/linux.in	Fri Apr 02 22:39:53 2010 +0200
     1.3 @@ -34,6 +34,10 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_33_2
     1.8 +    bool
     1.9 +    prompt "2.6.33.2"
    1.10 +
    1.11  config KERNEL_V_2_6_33_1
    1.12      bool
    1.13      prompt "2.6.33.1"
    1.14 @@ -42,13 +46,13 @@
    1.15      bool
    1.16      prompt "2.6.33"
    1.17  
    1.18 -config KERNEL_V_2_6_32_10
    1.19 +config KERNEL_V_2_6_32_11
    1.20      bool
    1.21 -    prompt "2.6.32.10"
    1.22 +    prompt "2.6.32.11"
    1.23  
    1.24 -config KERNEL_V_2_6_31_12
    1.25 +config KERNEL_V_2_6_31_13
    1.26      bool
    1.27 -    prompt "2.6.31.12"
    1.28 +    prompt "2.6.31.13"
    1.29  
    1.30  config KERNEL_V_2_6_30_10
    1.31      bool
    1.32 @@ -64,9 +68,9 @@
    1.33      prompt "2.6.28.10 (OBSOLETE)"
    1.34      depends on OBSOLETE
    1.35  
    1.36 -config KERNEL_V_2_6_27_45
    1.37 +config KERNEL_V_2_6_27_46
    1.38      bool
    1.39 -    prompt "2.6.27.45 (long-term stable)"
    1.40 +    prompt "2.6.27.46 (long-term stable)"
    1.41      help
    1.42        The Linux 2.6.27 tree is the current "long-term stable" maintenance branch.
    1.43        It is intended to fill the niche for users who are not using distribution
    1.44 @@ -87,14 +91,15 @@
    1.45      string
    1.46  # Don't remove next line
    1.47  # CT_INSERT_VERSION_STRING_BELOW
    1.48 +    default "2.6.33.2" if KERNEL_V_2_6_33_2
    1.49      default "2.6.33.1" if KERNEL_V_2_6_33_1
    1.50      default "2.6.33" if KERNEL_V_2_6_33
    1.51 -    default "2.6.32.10" if KERNEL_V_2_6_32_10
    1.52 -    default "2.6.31.12" if KERNEL_V_2_6_31_12
    1.53 +    default "2.6.32.11" if KERNEL_V_2_6_32_11
    1.54 +    default "2.6.31.13" if KERNEL_V_2_6_31_13
    1.55      default "2.6.30.10" if KERNEL_V_2_6_30_10
    1.56      default "2.6.29.6" if KERNEL_V_2_6_29_6
    1.57      default "2.6.28.10" if KERNEL_V_2_6_28_10
    1.58 -    default "2.6.27.45" if KERNEL_V_2_6_27_45
    1.59 +    default "2.6.27.46" if KERNEL_V_2_6_27_46
    1.60  
    1.61  choice
    1.62      bool