diff -r 001b55bfe0ac -r dfabaadc7524 config/kernel/linux.in --- a/config/kernel/linux.in Sat Feb 07 08:05:10 2009 +0000 +++ b/config/kernel/linux.in Fri Feb 13 07:22:56 2009 +0000 @@ -169,6 +169,14 @@ bool prompt "2.6.27.15" +config KERNEL_V_2_6_27_16 + bool + prompt "2.6.27.16" + +config KERNEL_V_2_6_27_17 + bool + prompt "2.6.27.17" + config KERNEL_V_2_6_28 bool prompt "2.6.28" @@ -189,6 +197,10 @@ bool prompt "2.6.28.4" +config KERNEL_V_2_6_28_5 + bool + prompt "2.6.28.5" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -228,11 +240,14 @@ default "2.6.27.13" if KERNEL_V_2_6_27_13 default "2.6.27.14" if KERNEL_V_2_6_27_14 default "2.6.27.15" if KERNEL_V_2_6_27_15 + default "2.6.27.16" if KERNEL_V_2_6_27_16 + default "2.6.27.17" if KERNEL_V_2_6_27_17 default "2.6.28" if KERNEL_V_2_6_28 default "2.6.28.1" if KERNEL_V_2_6_28_1 default "2.6.28.2" if KERNEL_V_2_6_28_2 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 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!