diff -r 3d35a55cdfbc -r 91f9328d52a7 config/kernel/linux.in --- a/config/kernel/linux.in Thu Nov 13 20:19:50 2008 +0000 +++ b/config/kernel/linux.in Sun Dec 28 09:38:35 2008 +0000 @@ -133,6 +133,26 @@ bool prompt "2.6.27.6" +config KERNEL_V_2_6_27_7 + bool + prompt "2.6.27.7" + +config KERNEL_V_2_6_27_8 + bool + prompt "2.6.27.8" + +config KERNEL_V_2_6_27_9 + bool + prompt "2.6.27.9" + +config KERNEL_V_2_6_27_10 + bool + prompt "2.6.27.10" + +config KERNEL_V_2_6_28 + bool + prompt "2.6.28" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -163,6 +183,11 @@ default "2.6.27.4" if KERNEL_V_2_6_27_4 default "2.6.27.5" if KERNEL_V_2_6_27_5 default "2.6.27.6" if KERNEL_V_2_6_27_6 + default "2.6.27.7" if KERNEL_V_2_6_27_7 + default "2.6.27.8" if KERNEL_V_2_6_27_8 + default "2.6.27.9" if KERNEL_V_2_6_27_9 + default "2.6.27.10" if KERNEL_V_2_6_27_10 + default "2.6.28" if KERNEL_V_2_6_28 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!