diff -r 4823c9504de0 -r e915ac8a4224 config/kernel/linux.in --- a/config/kernel/linux.in Thu Mar 24 21:04:58 2011 +0100 +++ b/config/kernel/linux.in Mon Mar 28 22:45:49 2011 +0200 @@ -24,6 +24,10 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_38_2 + bool + prompt "2.6.38.2" + config KERNEL_V_2_6_38_1 bool prompt "2.6.38.1" @@ -32,6 +36,10 @@ bool prompt "2.6.38" +config KERNEL_V_2_6_37_6 + bool + prompt "2.6.37.6" + config KERNEL_V_2_6_37_5 bool prompt "2.6.37.5" @@ -83,13 +91,13 @@ bool prompt "2.6.34.8" -config KERNEL_V_2_6_33_8 +config KERNEL_V_2_6_33_9 bool - prompt "2.6.33.8" + prompt "2.6.33.9" -config KERNEL_V_2_6_32_35 +config KERNEL_V_2_6_32_36 bool - prompt "2.6.32.35 (longterm)" + prompt "2.6.32.36 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -151,8 +159,10 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.38.2" if KERNEL_V_2_6_38_2 default "2.6.38.1" if KERNEL_V_2_6_38_1 default "2.6.38" if KERNEL_V_2_6_38 + default "2.6.37.6" if KERNEL_V_2_6_37_6 default "2.6.37.5" if KERNEL_V_2_6_37_5 default "2.6.37.4" if KERNEL_V_2_6_37_4 default "2.6.37.3" if KERNEL_V_2_6_37_3 @@ -162,8 +172,8 @@ default "2.6.36.4" if KERNEL_V_2_6_36_4 default "2.6.35.11" if KERNEL_V_2_6_35_11 default "2.6.34.8" if KERNEL_V_2_6_34_8 - default "2.6.33.8" if KERNEL_V_2_6_33_8 - default "2.6.32.35" if KERNEL_V_2_6_32_35 + default "2.6.33.9" if KERNEL_V_2_6_33_9 + default "2.6.32.36" if KERNEL_V_2_6_32_36 default "2.6.31.14" if KERNEL_V_2_6_31_14 default "2.6.27.58" if KERNEL_V_2_6_27_58