config/kernel/linux.in
changeset 1610 0790e4bc8a79
parent 1606 859af0f9d110
child 1615 50b25816f5bb
     1.1 --- a/config/kernel/linux.in	Wed Oct 21 00:06:22 2009 +0200
     1.2 +++ b/config/kernel/linux.in	Tue Oct 27 18:49:15 2009 +0100
     1.3 @@ -34,6 +34,22 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config KERNEL_V_2_6_31_5
     1.8 +    bool
     1.9 +    prompt "2.6.31.5"
    1.10 +
    1.11 +config KERNEL_V_2_6_31_4
    1.12 +    bool
    1.13 +    prompt "2.6.31.4"
    1.14 +
    1.15 +config KERNEL_V_2_6_31_3
    1.16 +    bool
    1.17 +    prompt "2.6.31.3"
    1.18 +
    1.19 +config KERNEL_V_2_6_31_2
    1.20 +    bool
    1.21 +    prompt "2.6.31.2"
    1.22 +
    1.23  config KERNEL_V_2_6_31_1
    1.24      bool
    1.25      prompt "2.6.31.1"
    1.26 @@ -42,6 +58,10 @@
    1.27      bool
    1.28      prompt "2.6.31"
    1.29  
    1.30 +config KERNEL_V_3_6_30_9
    1.31 +    bool
    1.32 +    prompt "3.6.30.9"
    1.33 +
    1.34  config KERNEL_V_3_6_30_8
    1.35      bool
    1.36      prompt "3.6.30.8"
    1.37 @@ -86,9 +106,9 @@
    1.38      bool
    1.39      prompt "2.6.28.10"
    1.40  
    1.41 -config KERNEL_V_2_6_27_35
    1.42 +config KERNEL_V_2_6_27_38
    1.43      bool
    1.44 -    prompt "2.6.27.35 (long-term stable)"
    1.45 +    prompt "2.6.27.38 (long-term stable)"
    1.46  
    1.47  endchoice
    1.48  
    1.49 @@ -96,8 +116,13 @@
    1.50      string
    1.51  # Don't remove next line
    1.52  # CT_INSERT_VERSION_STRING_BELOW
    1.53 +    default "2.6.31.5" if KERNEL_V_2_6_31_5
    1.54 +    default "2.6.31.4" if KERNEL_V_2_6_31_4
    1.55 +    default "2.6.31.3" if KERNEL_V_2_6_31_3
    1.56 +    default "2.6.31.2" if KERNEL_V_2_6_31_2
    1.57      default "2.6.31.1" if KERNEL_V_2_6_31_1
    1.58      default "2.6.31" if KERNEL_V_2_6_31
    1.59 +    default "3.6.30.9" if KERNEL_V_3_6_30_9
    1.60      default "3.6.30.8" if KERNEL_V_3_6_30_8
    1.61      default "3.6.30.7" if KERNEL_V_3_6_30_7
    1.62      default "2.6.30.6" if KERNEL_V_2_6_30_6
    1.63 @@ -109,7 +134,7 @@
    1.64      default "2.6.30" if KERNEL_V_2_6_30
    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.35" if KERNEL_V_2_6_27_35
    1.68 +    default "2.6.27.38" if KERNEL_V_2_6_27_38
    1.69  
    1.70  choice
    1.71      bool