diff -r 97303e1d5942 -r cb9e664f758b config/kernel/linux.in --- a/config/kernel/linux.in Sun Jan 31 17:07:02 2010 +0100 +++ b/config/kernel/linux.in Thu Feb 11 19:21:56 2010 +0100 @@ -34,6 +34,10 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_32_8 + bool + prompt "2.6.32.8" + config KERNEL_V_2_6_32_7 bool prompt "2.6.32.7" @@ -107,6 +111,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.32.8" if KERNEL_V_2_6_32_8 default "2.6.32.7" if KERNEL_V_2_6_32_7 default "2.6.32.6" if KERNEL_V_2_6_32_6 default "2.6.32.5" if KERNEL_V_2_6_32_5