config/kernel/linux.in
changeset 1702 eff73d8f3ce2
parent 1665 60a47ac6cae1
child 1790 97303e1d5942
     1.1 --- a/config/kernel/linux.in	Sat Dec 19 13:00:51 2009 +0100
     1.2 +++ b/config/kernel/linux.in	Thu Jan 07 19:28:28 2010 +0100
     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_32_3
     1.8 +    bool
     1.9 +    prompt "2.6.32.3"
    1.10 +
    1.11  config KERNEL_V_2_6_32_2
    1.12      bool
    1.13      prompt "2.6.32.2"
    1.14 @@ -46,6 +50,10 @@
    1.15      bool
    1.16      prompt "2.6.32"
    1.17  
    1.18 +config KERNEL_V_2_6_31_11
    1.19 +    bool
    1.20 +    prompt "2.6.31.11"
    1.21 +
    1.22  config KERNEL_V_2_6_31_9
    1.23      bool
    1.24      prompt "2.6.31.9"
    1.25 @@ -140,9 +148,22 @@
    1.26      prompt "2.6.28.10 (OBSOLETE)"
    1.27      depends on OBSOLETE
    1.28  
    1.29 -config KERNEL_V_2_6_27_42
    1.30 +config KERNEL_V_2_6_27_43
    1.31      bool
    1.32 -    prompt "2.6.27.42 (long-term stable)"
    1.33 +    prompt "2.6.27.43 (long-term stable)"
    1.34 +    help
    1.35 +      The Linux 2.6.27 tree is the current "long-term stable" maintenance branch.
    1.36 +      It is intended to fill the niche for users who are not using distribution
    1.37 +      kernels but want to use a regression-free kernel for a longer time.
    1.38 +      
    1.39 +      Critical bug fixes to later 2.6 releases are often ported to this branch
    1.40 +      which makes 2.6.27 a very useful base for many embedded developers seeking
    1.41 +      stable APIs or those who do not need the latest bleeding edge features.
    1.42 +      
    1.43 +      ... and no, this kernel has not undergone any specific QA testing.
    1.44 +      
    1.45 +      See the original announcement by Adrian Bunk in the following mailing list
    1.46 +      entry: http://marc.info/?l=linux-kernel&m=122375909403298&w=2
    1.47  
    1.48  endchoice
    1.49  
    1.50 @@ -150,9 +171,11 @@
    1.51      string
    1.52  # Don't remove next line
    1.53  # CT_INSERT_VERSION_STRING_BELOW
    1.54 +    default "2.6.32.3" if KERNEL_V_2_6_32_3
    1.55      default "2.6.32.2" if KERNEL_V_2_6_32_2
    1.56      default "2.6.32.1" if KERNEL_V_2_6_32_1
    1.57      default "2.6.32" if KERNEL_V_2_6_32
    1.58 +    default "2.6.31.11" if KERNEL_V_2_6_31_11
    1.59      default "2.6.31.9" if KERNEL_V_2_6_31_9
    1.60      default "2.6.31.8" if KERNEL_V_2_6_31_8
    1.61      default "2.6.31.7" if KERNEL_V_2_6_31_7
    1.62 @@ -176,7 +199,7 @@
    1.63      default "2.6.30" if KERNEL_V_2_6_30
    1.64      default "2.6.29.6" if KERNEL_V_2_6_29_6
    1.65      default "2.6.28.10" if KERNEL_V_2_6_28_10
    1.66 -    default "2.6.27.42" if KERNEL_V_2_6_27_42
    1.67 +    default "2.6.27.43" if KERNEL_V_2_6_27_43
    1.68  
    1.69  choice
    1.70      bool