# HG changeset patch # User "Yann E. MORIN" # Date 1224417733 0 # Node ID 114a2e824cc7f2ff6235b4084473f5bc538b351f # Parent 1dc3b6a77f36b64636c2d722cedbe2e29230811e Add the latest Linux kernel 2.6.27.2. /trunk/config/kernel/linux.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+) diff -r 1dc3b6a77f36 -r 114a2e824cc7 config/kernel/linux.in --- a/config/kernel/linux.in Sun Oct 19 11:23:27 2008 +0000 +++ b/config/kernel/linux.in Sun Oct 19 12:02:13 2008 +0000 @@ -105,6 +105,10 @@ bool prompt "2.6.27.1" +config KERNEL_V_2_6_27_2 + bool + prompt "2.6.27.2" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -128,6 +132,7 @@ 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 + default "2.6.27.2" if KERNEL_V_2_6_27_2 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!