From e1ebd3039d25d6048e66de1c4ce319f9207d4a66 Mon Sep 17 00:00:00 2001 From: Johannes Stezenbach Date: Fri, 9 Jul 2010 15:51:59 +0200 Subject: kernel/linux: update linux stable releases Signed-off-by: Johannes Stezenbach diff --git a/config/kernel/linux.in b/config/kernel/linux.in index da17dbb..8c9033b 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,10 +26,18 @@ choice # 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 @@ config KERNEL_V_2_6_33 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 @@ config KERNEL_VERSION 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 -- cgit v0.10.2-6-g49f6