diff -r 750cf0d26370 -r cff04df67d28 config/kernel/linux.in --- a/config/kernel/linux.in Wed Oct 06 11:27:38 2010 +0200 +++ b/config/kernel/linux.in Sat Oct 23 23:28:48 2010 +0200 @@ -26,6 +26,10 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_36 + bool + prompt "2.6.36" + config KERNEL_V_2_6_35_7 bool prompt "2.6.35.7" @@ -125,6 +129,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.36" if KERNEL_V_2_6_36 default "2.6.35.7" if KERNEL_V_2_6_35_7 default "2.6.35.6" if KERNEL_V_2_6_35_6 default "2.6.35.5" if KERNEL_V_2_6_35_5