config/kernel/linux.in
changeset 1952 f3c30069f86e
parent 1875 5b5fa5df819b
child 1974 444d434c658f
     1.1 --- a/config/kernel/linux.in	Fri Apr 02 22:39:53 2010 +0200
     1.2 +++ b/config/kernel/linux.in	Tue May 18 23:03:48 2010 +0200
     1.3 @@ -34,6 +34,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.8 +    bool
     1.9 +    prompt "2.6.34"
    1.10 +
    1.11 +config KERNEL_V_2_6_33_4
    1.12 +    bool
    1.13 +    prompt "2.6.33.4"
    1.14 +
    1.15 +config KERNEL_V_2_6_33_3
    1.16 +    bool
    1.17 +    prompt "2.6.33.3"
    1.18 +
    1.19  config KERNEL_V_2_6_33_2
    1.20      bool
    1.21      prompt "2.6.33.2"
    1.22 @@ -46,9 +58,9 @@
    1.23      bool
    1.24      prompt "2.6.33"
    1.25  
    1.26 -config KERNEL_V_2_6_32_11
    1.27 +config KERNEL_V_2_6_32_13
    1.28      bool
    1.29 -    prompt "2.6.32.11"
    1.30 +    prompt "2.6.32.13"
    1.31  
    1.32  config KERNEL_V_2_6_31_13
    1.33      bool
    1.34 @@ -58,16 +70,6 @@
    1.35      bool
    1.36      prompt "2.6.30.10"
    1.37  
    1.38 -config KERNEL_V_2_6_29_6
    1.39 -    bool
    1.40 -    prompt "2.6.29.6 (OBSOLETE)"
    1.41 -    depends on OBSOLETE
    1.42 -
    1.43 -config KERNEL_V_2_6_28_10
    1.44 -    bool
    1.45 -    prompt "2.6.28.10 (OBSOLETE)"
    1.46 -    depends on OBSOLETE
    1.47 -
    1.48  config KERNEL_V_2_6_27_46
    1.49      bool
    1.50      prompt "2.6.27.46 (long-term stable)"
    1.51 @@ -91,14 +93,15 @@
    1.52      string
    1.53  # Don't remove next line
    1.54  # CT_INSERT_VERSION_STRING_BELOW
    1.55 +    default "2.6.34" if KERNEL_V_2_6_34
    1.56 +    default "2.6.33.4" if KERNEL_V_2_6_33_4
    1.57 +    default "2.6.33.3" if KERNEL_V_2_6_33_3
    1.58      default "2.6.33.2" if KERNEL_V_2_6_33_2
    1.59      default "2.6.33.1" if KERNEL_V_2_6_33_1
    1.60      default "2.6.33" if KERNEL_V_2_6_33
    1.61 -    default "2.6.32.11" if KERNEL_V_2_6_32_11
    1.62 +    default "2.6.32.13" if KERNEL_V_2_6_32_13
    1.63      default "2.6.31.13" if KERNEL_V_2_6_31_13
    1.64      default "2.6.30.10" if KERNEL_V_2_6_30_10
    1.65 -    default "2.6.29.6" if KERNEL_V_2_6_29_6
    1.66 -    default "2.6.28.10" if KERNEL_V_2_6_28_10
    1.67      default "2.6.27.46" if KERNEL_V_2_6_27_46
    1.68  
    1.69  choice