# HG changeset patch # User "Yann E. MORIN" # Date 1226607590 0 # Node ID 3d35a55cdfbc2a2caa00ea669d5583f07254bae1 # Parent 2573519c00d65f57ef99283e0d9bf0a5167c3b1b Add the latest Linux kernel versions: - 2.6.25.20 - 2.6.26.8 - 2.6.27.{4,5,6} /trunk/config/kernel/linux.in | 26 23 3 0 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff -r 2573519c00d6 -r 3d35a55cdfbc config/kernel/linux.in --- a/config/kernel/linux.in Thu Nov 13 18:22:23 2008 +0000 +++ b/config/kernel/linux.in Thu Nov 13 20:19:50 2008 +0000 @@ -64,9 +64,9 @@ prompt "2.6.24.7 (OBSOLETE)" depends on OBSOLETE -config KERNEL_V_2_6_25_19 +config KERNEL_V_2_6_25_20 bool - prompt "2.6.25.19 (OBSOLETE)" + prompt "2.6.25.20 (OBSOLETE)" depends on OBSOLETE config KERNEL_V_2_6_26 @@ -101,6 +101,10 @@ bool prompt "2.6.26.7" +config KERNEL_V_2_6_26_8 + bool + prompt "2.6.26.8" + config KERNEL_V_2_6_27 bool prompt "2.6.27" @@ -117,6 +121,18 @@ bool prompt "2.6.27.3" +config KERNEL_V_2_6_27_4 + bool + prompt "2.6.27.4" + +config KERNEL_V_2_6_27_5 + bool + prompt "2.6.27.5" + +config KERNEL_V_2_6_27_6 + bool + prompt "2.6.27.6" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -130,7 +146,7 @@ default "2.6.22.19" if KERNEL_V_2_6_22_19 default "2.6.23.17" if KERNEL_V_2_6_23_17 default "2.6.24.7" if KERNEL_V_2_6_24_7 - default "2.6.25.19" if KERNEL_V_2_6_25_19 + default "2.6.25.20" if KERNEL_V_2_6_25_20 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 @@ -139,10 +155,14 @@ 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.26.7" if KERNEL_V_2_6_26_7 + default "2.6.26.8" if KERNEL_V_2_6_26_8 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 default "2.6.27.3" if KERNEL_V_2_6_27_3 + default "2.6.27.4" if KERNEL_V_2_6_27_4 + default "2.6.27.5" if KERNEL_V_2_6_27_5 + default "2.6.27.6" if KERNEL_V_2_6_27_6 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!