diff -r 5506fbbad59b -r e0a3d5c1ecbd config/kernel/linux.in --- a/config/kernel/linux.in Tue Sep 16 17:39:40 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!