diff -r 71ee86230f42 -r d8d16063c9f4 config/kernel/linux.in --- a/config/kernel/linux.in Wed Apr 01 20:58:35 2009 +0000 +++ b/config/kernel/linux.in Fri Apr 03 20:22:19 2009 +0000 @@ -206,6 +206,10 @@ bool prompt "2.6.29" +config KERNEL_V_2_6_29_1 + bool + prompt "2.6.29.1" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! @@ -261,6 +265,7 @@ default "2.6.28.8" if KERNEL_V_2_6_28_8 default "2.6.28.9" if KERNEL_V_2_6_28_9 default "2.6.29" if KERNEL_V_2_6_29 + default "2.6.29.1" if KERNEL_V_2_6_29_1 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! help