# HG changeset patch # User "Yann E. MORIN" # Date 1224415407 0 # Node ID 1dc3b6a77f36b64636c2d722cedbe2e29230811e # Parent 253df9d800650ba47b3de676fb01d78076b5db4a Add the latest Linux kernel 2.6.27.1. /trunk/config/kernel/linux.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+) diff -r 253df9d80065 -r 1dc3b6a77f36 config/kernel/linux.in --- a/config/kernel/linux.in Sun Oct 19 09:34:32 2008 +0000 +++ b/config/kernel/linux.in Sun Oct 19 11:23:27 2008 +0000 @@ -101,6 +101,10 @@ bool prompt "2.6.27" +config KERNEL_V_2_6_27_1 + bool + prompt "2.6.27.1" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -123,6 +127,7 @@ default "2.6.26.5" if KERNEL_V_2_6_26_5 default "2.6.26.6" if KERNEL_V_2_6_26_6 default "2.6.27" if KERNEL_V_2_6_27 + default "2.6.27.1" if KERNEL_V_2_6_27_1 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!