diff -r 452aa1d7f9b1 -r 1dc3b6a77f36 config/kernel/linux.in --- a/config/kernel/linux.in Fri Oct 10 08:46:29 2008 +0000 +++ b/config/kernel/linux.in Sun Oct 19 11:23:27 2008 +0000 @@ -101,6 +101,10 @@ bool prompt "2.6.27" +config KERNEL_V_2_6_27_1 + bool + prompt "2.6.27.1" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -123,6 +127,7 @@ default "2.6.26.5" if KERNEL_V_2_6_26_5 default "2.6.26.6" if KERNEL_V_2_6_26_6 default "2.6.27" if KERNEL_V_2_6_27 + default "2.6.27.1" if KERNEL_V_2_6_27_1 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!