config/kernel/linux.in
changeset 1642 3a06556e9381
parent 1615 50b25816f5bb
child 1664 16076aee9424
     1.1 --- a/config/kernel/linux.in	Wed Oct 28 19:15:50 2009 +0100
     1.2 +++ b/config/kernel/linux.in	Tue Nov 17 09:54:10 2009 -0800
     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_31_6
     1.8 +    bool
     1.9 +    prompt "2.6.31.6"
    1.10 +
    1.11  config KERNEL_V_2_6_31_5
    1.12      bool
    1.13      prompt "2.6.31.5"
    1.14 @@ -108,9 +112,9 @@
    1.15      prompt "2.6.28.10 (OBSOLETE)"
    1.16      depends on OBSOLETE
    1.17  
    1.18 -config KERNEL_V_2_6_27_38
    1.19 +config KERNEL_V_2_6_27_39
    1.20      bool
    1.21 -    prompt "2.6.27.38 (long-term stable)"
    1.22 +    prompt "2.6.27.39 (long-term stable)"
    1.23  
    1.24  endchoice
    1.25  
    1.26 @@ -118,6 +122,7 @@
    1.27      string
    1.28  # Don't remove next line
    1.29  # CT_INSERT_VERSION_STRING_BELOW
    1.30 +    default "2.6.31.6" if KERNEL_V_2_6_31_6
    1.31      default "2.6.31.5" if KERNEL_V_2_6_31_5
    1.32      default "2.6.31.4" if KERNEL_V_2_6_31_4
    1.33      default "2.6.31.3" if KERNEL_V_2_6_31_3
    1.34 @@ -136,7 +141,7 @@
    1.35      default "2.6.30" if KERNEL_V_2_6_30
    1.36      default "2.6.29.6" if KERNEL_V_2_6_29_6
    1.37      default "2.6.28.10" if KERNEL_V_2_6_28_10
    1.38 -    default "2.6.27.38" if KERNEL_V_2_6_27_38
    1.39 +    default "2.6.27.39" if KERNEL_V_2_6_27_39
    1.40  
    1.41  choice
    1.42      bool