diff -r 1dc3b6a77f36 -r 114a2e824cc7 config/kernel/linux.in --- a/config/kernel/linux.in Sun Oct 19 11:23:27 2008 +0000 +++ b/config/kernel/linux.in Sun Oct 19 12:02:13 2008 +0000 @@ -105,6 +105,10 @@ bool prompt "2.6.27.1" +config KERNEL_V_2_6_27_2 + bool + prompt "2.6.27.2" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -128,6 +132,7 @@ 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 + default "2.6.27.2" if KERNEL_V_2_6_27_2 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!