# HG changeset patch # User "Yann E. MORIN" # Date 1234509776 0 # Node ID dfabaadc7524f443c7d7d097e17508ebfe8dedc1 # Parent 1fc98c1419a7b61e6e4e65d6fc8f0465321fe775 Add latest Linux kernel versions (for headers): 2.6.27.1{6,7} & 2.6.28.5 /trunk/config/kernel/linux.in | 15 15 0 0 +++++++++++++++ 1 file changed, 15 insertions(+) diff -r 1fc98c1419a7 -r dfabaadc7524 config/kernel/linux.in --- a/config/kernel/linux.in Wed Feb 11 10:40:26 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!