# HG changeset patch # User "Yann E. MORIN" # Date 1223558146 0 # Node ID e0a3d5c1ecbd4a47655c53bfc844b7fbc89b78b9 # Parent 9db42913e2ae33800bf4eb80dddaa6bbc0db1c60 Add latest Linux kernel versions 2.6.25.18 & 2.6.26.6. Fix using Linux kernel versions 2.6.25.{15,16,17}. /trunk/config/kernel/linux.in | 16 13 3 0 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff -r 9db42913e2ae -r e0a3d5c1ecbd config/kernel/linux.in --- a/config/kernel/linux.in Wed Oct 08 11:57:03 2008 +0000 +++ b/config/kernel/linux.in Thu Oct 09 13:15:46 2008 +0000 @@ -136,6 +136,10 @@ bool prompt "2.6.25.17" +config KERNEL_V_2_6_25_18 + bool + prompt "2.6.25.18" + config KERNEL_V_2_6_26 bool prompt "2.6.26" @@ -160,6 +164,10 @@ bool prompt "2.6.26.5" +config KERNEL_V_2_6_26_6 + bool + prompt "2.6.26.6" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -188,15 +196,17 @@ default "2.6.25.12" if KERNEL_V_2_6_25_12 default "2.6.25.13" if KERNEL_V_2_6_25_13 default "2.6.25.14" if KERNEL_V_2_6_25_14 - default "2.6.25.14" if KERNEL_V_2_6_25_15 - default "2.6.25.15" if KERNEL_V_2_6_25_16 - default "2.6.25.15" if KERNEL_V_2_6_25_17 + default "2.6.25.15" if KERNEL_V_2_6_25_15 + default "2.6.25.16" if KERNEL_V_2_6_25_16 + default "2.6.25.17" if KERNEL_V_2_6_25_17 + default "2.6.25.18" if KERNEL_V_2_6_25_18 default "2.6.26" if KERNEL_V_2_6_26 default "2.6.26.1" if KERNEL_V_2_6_26_1 default "2.6.26.2" if KERNEL_V_2_6_26_2 default "2.6.26.3" if KERNEL_V_2_6_26_3 default "2.6.26.4" if KERNEL_V_2_6_26_4 default "2.6.26.5" if KERNEL_V_2_6_26_5 + default "2.6.26.6" if KERNEL_V_2_6_26_6 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!