diff -r 60a47ac6cae1 -r eff73d8f3ce2 config/kernel/linux.in --- a/config/kernel/linux.in Sat Dec 19 13:00:51 2009 +0100 +++ b/config/kernel/linux.in Thu Jan 07 19:28:28 2010 +0100 @@ -34,6 +34,10 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_32_3 + bool + prompt "2.6.32.3" + config KERNEL_V_2_6_32_2 bool prompt "2.6.32.2" @@ -46,6 +50,10 @@ bool prompt "2.6.32" +config KERNEL_V_2_6_31_11 + bool + prompt "2.6.31.11" + config KERNEL_V_2_6_31_9 bool prompt "2.6.31.9" @@ -140,9 +148,22 @@ prompt "2.6.28.10 (OBSOLETE)" depends on OBSOLETE -config KERNEL_V_2_6_27_42 +config KERNEL_V_2_6_27_43 bool - prompt "2.6.27.42 (long-term stable)" + prompt "2.6.27.43 (long-term stable)" + help + The Linux 2.6.27 tree is the current "long-term stable" maintenance branch. + It is intended to fill the niche for users who are not using distribution + kernels but want to use a regression-free kernel for a longer time. + + Critical bug fixes to later 2.6 releases are often ported to this branch + which makes 2.6.27 a very useful base for many embedded developers seeking + stable APIs or those who do not need the latest bleeding edge features. + + ... and no, this kernel has not undergone any specific QA testing. + + See the original announcement by Adrian Bunk in the following mailing list + entry: http://marc.info/?l=linux-kernel&m=122375909403298&w=2 endchoice @@ -150,9 +171,11 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.32.3" if KERNEL_V_2_6_32_3 default "2.6.32.2" if KERNEL_V_2_6_32_2 default "2.6.32.1" if KERNEL_V_2_6_32_1 default "2.6.32" if KERNEL_V_2_6_32 + default "2.6.31.11" if KERNEL_V_2_6_31_11 default "2.6.31.9" if KERNEL_V_2_6_31_9 default "2.6.31.8" if KERNEL_V_2_6_31_8 default "2.6.31.7" if KERNEL_V_2_6_31_7 @@ -176,7 +199,7 @@ default "2.6.30" if KERNEL_V_2_6_30 default "2.6.29.6" if KERNEL_V_2_6_29_6 default "2.6.28.10" if KERNEL_V_2_6_28_10 - default "2.6.27.42" if KERNEL_V_2_6_27_42 + default "2.6.27.43" if KERNEL_V_2_6_27_43 choice bool