# HG changeset patch # User "Yann E. MORIN" # Date 1232477352 0 # Node ID db416a45798aa800c6d9788cae8de4f7cae0c9e1 # Parent e1bf6cd3a27c43d1bb2a647cfb87db5d7b21a51c Add latest Linux kernel versions. /trunk/config/kernel/linux.in | 10 10 0 0 ++++++++++ 1 file changed, 10 insertions(+) diff -r e1bf6cd3a27c -r db416a45798a config/kernel/linux.in --- a/config/kernel/linux.in Mon Jan 19 21:57:55 2009 +0000 +++ b/config/kernel/linux.in Tue Jan 20 18:49:12 2009 +0000 @@ -153,10 +153,18 @@ bool prompt "2.6.27.11" +config KERNEL_V_2_6_27_12 + bool + prompt "2.6.27.12" + config KERNEL_V_2_6_28 bool prompt "2.6.28" +config KERNEL_V_2_6_28_1 + bool + prompt "2.6.28.1" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -192,7 +200,9 @@ 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.27.11" if KERNEL_V_2_6_27_11 + default "2.6.27.12" if KERNEL_V_2_6_27_12 default "2.6.28" if KERNEL_V_2_6_28 + default "2.6.28.1" if KERNEL_V_2_6_28_1 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!