# HG changeset patch # User "Yann E. MORIN" # Date 1256665755 -3600 # Node ID 0790e4bc8a79dea17903309aa14f9bbab0f81b1d # Parent 68f9c68e7bc983a5fc80ef077a6a3894d447ac13 kernel/linux: add latest versions diff -r 68f9c68e7bc9 -r 0790e4bc8a79 config/kernel/linux.in --- a/config/kernel/linux.in Tue Oct 27 20:09:54 2009 +0100 +++ b/config/kernel/linux.in Tue Oct 27 18:49:15 2009 +0100 @@ -34,6 +34,22 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_31_5 + bool + prompt "2.6.31.5" + +config KERNEL_V_2_6_31_4 + bool + prompt "2.6.31.4" + +config KERNEL_V_2_6_31_3 + bool + prompt "2.6.31.3" + +config KERNEL_V_2_6_31_2 + bool + prompt "2.6.31.2" + config KERNEL_V_2_6_31_1 bool prompt "2.6.31.1" @@ -42,6 +58,10 @@ bool prompt "2.6.31" +config KERNEL_V_3_6_30_9 + bool + prompt "3.6.30.9" + config KERNEL_V_3_6_30_8 bool prompt "3.6.30.8" @@ -86,9 +106,9 @@ bool prompt "2.6.28.10" -config KERNEL_V_2_6_27_35 +config KERNEL_V_2_6_27_38 bool - prompt "2.6.27.35 (long-term stable)" + prompt "2.6.27.38 (long-term stable)" endchoice @@ -96,8 +116,13 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.31.5" if KERNEL_V_2_6_31_5 + default "2.6.31.4" if KERNEL_V_2_6_31_4 + default "2.6.31.3" if KERNEL_V_2_6_31_3 + default "2.6.31.2" if KERNEL_V_2_6_31_2 default "2.6.31.1" if KERNEL_V_2_6_31_1 default "2.6.31" if KERNEL_V_2_6_31 + default "3.6.30.9" if KERNEL_V_3_6_30_9 default "3.6.30.8" if KERNEL_V_3_6_30_8 default "3.6.30.7" if KERNEL_V_3_6_30_7 default "2.6.30.6" if KERNEL_V_2_6_30_6 @@ -109,7 +134,7 @@ default "2.6.30" if KERNEL_V_2_6_30 default "2.6.29.6" if KERNEL_V_2_6_29_6 default "2.6.28.10" if KERNEL_V_2_6_28_10 - default "2.6.27.35" if KERNEL_V_2_6_27_35 + default "2.6.27.38" if KERNEL_V_2_6_27_38 choice bool