diff -r f3c30069f86e -r 444d434c658f config/kernel/linux.in --- a/config/kernel/linux.in Tue May 18 23:03:48 2010 +0200 +++ b/config/kernel/linux.in Thu May 27 10:36:03 2010 +0200 @@ -38,6 +38,10 @@ bool prompt "2.6.34" +config KERNEL_V_2_6_33_5 + bool + prompt "2.6.33.5" + config KERNEL_V_2_6_33_4 bool prompt "2.6.33.4" @@ -58,9 +62,9 @@ bool prompt "2.6.33" -config KERNEL_V_2_6_32_13 +config KERNEL_V_2_6_32_14 bool - prompt "2.6.32.13" + prompt "2.6.32.14" config KERNEL_V_2_6_31_13 bool @@ -70,9 +74,9 @@ bool prompt "2.6.30.10" -config KERNEL_V_2_6_27_46 +config KERNEL_V_2_6_27_47 bool - prompt "2.6.27.46 (long-term stable)" + prompt "2.6.27.47 (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 @@ -94,15 +98,16 @@ # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "2.6.34" if KERNEL_V_2_6_34 + 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.13" if KERNEL_V_2_6_32_13 + 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.30.10" if KERNEL_V_2_6_30_10 - default "2.6.27.46" if KERNEL_V_2_6_27_46 + default "2.6.27.47" if KERNEL_V_2_6_27_47 choice bool