# HG changeset patch # User Johannes Stezenbach # Date 1278683519 -7200 # Node ID ab0543fc0ef097abed05db96bc6c08999b6c63ac # Parent 7e19c1de65cda55dc81618eccf8f9983ba24c953 kernel/linux: update linux stable releases Signed-off-by: Johannes Stezenbach diff -r 7e19c1de65cd -r ab0543fc0ef0 config/kernel/linux.in --- a/config/kernel/linux.in Sat Jul 03 01:15:28 2010 +0200 +++ b/config/kernel/linux.in Fri Jul 09 15:51:59 2010 +0200 @@ -26,10 +26,18 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_34_1 + bool + prompt "2.6.34.1" + config KERNEL_V_2_6_34 bool prompt "2.6.34" +config KERNEL_V_2_6_33_6 + bool + prompt "2.6.33.6" + config KERNEL_V_2_6_33_5 bool prompt "2.6.33.5" @@ -54,21 +62,21 @@ bool prompt "2.6.33" -config KERNEL_V_2_6_32_14 +config KERNEL_V_2_6_32_16 bool - prompt "2.6.32.14" + prompt "2.6.32.16" -config KERNEL_V_2_6_31_13 +config KERNEL_V_2_6_31_14 bool - prompt "2.6.31.13" + prompt "2.6.31.14" config KERNEL_V_2_6_30_10 bool prompt "2.6.30.10" -config KERNEL_V_2_6_27_47 +config KERNEL_V_2_6_27_48 bool - prompt "2.6.27.47 (long-term stable)" + prompt "2.6.27.48 (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 @@ -102,17 +110,19 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.34.1" if KERNEL_V_2_6_34_1 default "2.6.34" if KERNEL_V_2_6_34 + default "2.6.33.6" if KERNEL_V_2_6_33_6 default "2.6.33.5" if KERNEL_V_2_6_33_5 default "2.6.33.4" if KERNEL_V_2_6_33_4 default "2.6.33.3" if KERNEL_V_2_6_33_3 default "2.6.33.2" if KERNEL_V_2_6_33_2 default "2.6.33.1" if KERNEL_V_2_6_33_1 default "2.6.33" if KERNEL_V_2_6_33 - default "2.6.32.14" if KERNEL_V_2_6_32_14 - default "2.6.31.13" if KERNEL_V_2_6_31_13 + default "2.6.32.16" if KERNEL_V_2_6_32_16 + default "2.6.31.14" if KERNEL_V_2_6_31_14 default "2.6.30.10" if KERNEL_V_2_6_30_10 - default "2.6.27.47" if KERNEL_V_2_6_27_47 + default "2.6.27.48" if KERNEL_V_2_6_27_48 choice bool