# HG changeset patch # User "Yann E. MORIN" # Date 1261224051 -3600 # Node ID 60a47ac6cae11d89ce204b74114a76c85d361a62 # Parent 16076aee9424bc832b489c237c5d9ce700e9fe74 kernel/linux: add latest versions diff -r 16076aee9424 -r 60a47ac6cae1 config/kernel/linux.in --- a/config/kernel/linux.in Sat Dec 19 12:54:59 2009 +0100 +++ b/config/kernel/linux.in Sat Dec 19 13:00:51 2009 +0100 @@ -34,6 +34,30 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_32_2 + bool + prompt "2.6.32.2" + +config KERNEL_V_2_6_32_1 + bool + prompt "2.6.32.1" + +config KERNEL_V_2_6_32 + bool + prompt "2.6.32" + +config KERNEL_V_2_6_31_9 + bool + prompt "2.6.31.9" + +config KERNEL_V_2_6_31_8 + bool + prompt "2.6.31.8" + +config KERNEL_V_2_6_31_7 + bool + prompt "2.6.31.7" + config KERNEL_V_2_6_31_6 bool prompt "2.6.31.6" @@ -62,6 +86,10 @@ bool prompt "2.6.31" +config KERNEL_V_2_6_30_10 + bool + prompt "2.6.30.10" + config KERNEL_V_2_6_30_9 bool prompt "2.6.30.9" @@ -112,9 +140,9 @@ prompt "2.6.28.10 (OBSOLETE)" depends on OBSOLETE -config KERNEL_V_2_6_27_39 +config KERNEL_V_2_6_27_42 bool - prompt "2.6.27.39 (long-term stable)" + prompt "2.6.27.42 (long-term stable)" endchoice @@ -122,6 +150,12 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.32.2" if KERNEL_V_2_6_32_2 + default "2.6.32.1" if KERNEL_V_2_6_32_1 + default "2.6.32" if KERNEL_V_2_6_32 + default "2.6.31.9" if KERNEL_V_2_6_31_9 + default "2.6.31.8" if KERNEL_V_2_6_31_8 + default "2.6.31.7" if KERNEL_V_2_6_31_7 default "2.6.31.6" if KERNEL_V_2_6_31_6 default "2.6.31.5" if KERNEL_V_2_6_31_5 default "2.6.31.4" if KERNEL_V_2_6_31_4 @@ -129,6 +163,7 @@ 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 "2.6.30.10" if KERNEL_V_2_6_30_10 default "2.6.30.9" if KERNEL_V_2_6_30_9 default "2.6.30.8" if KERNEL_V_2_6_30_8 default "2.6.30.7" if KERNEL_V_2_6_30_7 @@ -141,7 +176,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.39" if KERNEL_V_2_6_27_39 + default "2.6.27.42" if KERNEL_V_2_6_27_42 choice bool