diff -r 046b36207331 -r 236e33eda764 config/kernel/linux.in --- a/config/kernel/linux.in Sun Feb 27 22:14:12 2011 +0100 +++ b/config/kernel/linux.in Sat Mar 19 22:24:29 2011 +0100 @@ -24,6 +24,18 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_38 + bool + prompt "2.6.38" + +config KERNEL_V_2_6_37_34 + bool + prompt "2.6.37.34" + +config KERNEL_V_2_6_37_3 + bool + prompt "2.6.37.3" + config KERNEL_V_2_6_37_2 bool prompt "2.6.37.2" @@ -67,9 +79,9 @@ bool prompt "2.6.33.7" -config KERNEL_V_2_6_32_29 +config KERNEL_V_2_6_32_33 bool - prompt "2.6.32.29 (longterm)" + prompt "2.6.32.33 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -131,6 +143,9 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.38" if KERNEL_V_2_6_38 + default "2.6.37.34" if KERNEL_V_2_6_37_34 + default "2.6.37.3" if KERNEL_V_2_6_37_3 default "2.6.37.2" if KERNEL_V_2_6_37_2 default "2.6.37.1" if KERNEL_V_2_6_37_1 default "2.6.37" if KERNEL_V_2_6_37 @@ -138,7 +153,7 @@ 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.7" if KERNEL_V_2_6_33_7 - default "2.6.32.29" if KERNEL_V_2_6_32_29 + default "2.6.32.33" if KERNEL_V_2_6_32_33 default "2.6.31.14" if KERNEL_V_2_6_31_14 default "2.6.27.58" if KERNEL_V_2_6_27_58