diff -r c7558c696cc4 -r 959134130e3e config/kernel/linux.in --- a/config/kernel/linux.in Tue Mar 03 20:29:35 2009 +0000 +++ b/config/kernel/linux.in Wed Mar 04 17:49:10 2009 +0000 @@ -201,6 +201,14 @@ bool prompt "2.6.28.5" +config KERNEL_V_2_6_28_6 + bool + prompt "2.6.28.6" + +config KERNEL_V_2_6_28_7 + bool + prompt "2.6.28.7" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -248,6 +256,8 @@ default "2.6.28.3" if KERNEL_V_2_6_28_3 default "2.6.28.4" if KERNEL_V_2_6_28_4 default "2.6.28.5" if KERNEL_V_2_6_28_5 + default "2.6.28.6" if KERNEL_V_2_6_28_6 + default "2.6.28.7" if KERNEL_V_2_6_28_7 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!