diff -r 6d21330d6db0 -r 046b36207331 config/kernel/linux.in --- a/config/kernel/linux.in Tue Feb 22 23:47:15 2011 +0100 +++ b/config/kernel/linux.in Sun Feb 27 22:14:12 2011 +0100 @@ -24,6 +24,10 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_37_2 + bool + prompt "2.6.37.2" + config KERNEL_V_2_6_37_1 bool prompt "2.6.37.1" @@ -127,6 +131,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + 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 default "2.6.36.4" if KERNEL_V_2_6_36_4