# HG changeset patch # User "Yann E. MORIN" # Date 1264954022 -3600 # Node ID 97303e1d5942d14c8e0f9a5a334e74220e9317d8 # Parent dcfe244fc65aa543a872515b4b6d1c6125d713a5 kernel/linux: add latest versions, remove old dot-releases diff -r dcfe244fc65a -r 97303e1d5942 config/kernel/linux.in --- a/config/kernel/linux.in Sun Jan 31 20:10:14 2010 +0100 +++ b/config/kernel/linux.in Sun Jan 31 17:07:02 2010 +0100 @@ -34,6 +34,22 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_32_7 + bool + prompt "2.6.32.7" + +config KERNEL_V_2_6_32_6 + bool + prompt "2.6.32.6" + +config KERNEL_V_2_6_32_5 + bool + prompt "2.6.32.5" + +config KERNEL_V_2_6_32_4 + bool + prompt "2.6.32.4" + config KERNEL_V_2_6_32_3 bool prompt "2.6.32.3" @@ -50,94 +66,14 @@ bool prompt "2.6.32" -config KERNEL_V_2_6_31_11 +config KERNEL_V_2_6_31_12 bool - prompt "2.6.31.11" - -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" - -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" - -config KERNEL_V_2_6_31 - bool - prompt "2.6.31" + prompt "2.6.31.12" 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" - -config KERNEL_V_2_6_30_8 - bool - prompt "2.6.30.8" - -config KERNEL_V_2_6_30_7 - bool - prompt "2.6.30.7" - -config KERNEL_V_2_6_30_6 - bool - prompt "2.6.30.6" - -config KERNEL_V_2_6_30_5 - bool - prompt "2.6.30.5" - -config KERNEL_V_2_6_30_4 - bool - prompt "2.6.30.4" - -config KERNEL_V_2_6_30_3 - bool - prompt "2.6.30.3" - -config KERNEL_V_2_6_30_2 - bool - prompt "2.6.30.2" - -config KERNEL_V_2_6_30_1 - bool - prompt "2.6.30.1" - -config KERNEL_V_2_6_30 - bool - prompt "2.6.30" - config KERNEL_V_2_6_29_6 bool prompt "2.6.29.6 (OBSOLETE)" @@ -148,9 +84,9 @@ prompt "2.6.28.10 (OBSOLETE)" depends on OBSOLETE -config KERNEL_V_2_6_27_43 +config KERNEL_V_2_6_27_45 bool - prompt "2.6.27.43 (long-term stable)" + prompt "2.6.27.45 (long-term stable)" help The Linux 2.6.27 tree is the current "long-term stable" maintenance branch. It is intended to fill the niche for users who are not using distribution @@ -171,35 +107,19 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.32.7" if KERNEL_V_2_6_32_7 + default "2.6.32.6" if KERNEL_V_2_6_32_6 + default "2.6.32.5" if KERNEL_V_2_6_32_5 + default "2.6.32.4" if KERNEL_V_2_6_32_4 default "2.6.32.3" if KERNEL_V_2_6_32_3 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.11" if KERNEL_V_2_6_31_11 - 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 - 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 "2.6.31.12" if KERNEL_V_2_6_31_12 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 - default "2.6.30.6" if KERNEL_V_2_6_30_6 - default "2.6.30.5" if KERNEL_V_2_6_30_5 - default "2.6.30.4" if KERNEL_V_2_6_30_4 - default "2.6.30.3" if KERNEL_V_2_6_30_3 - default "2.6.30.2" if KERNEL_V_2_6_30_2 - default "2.6.30.1" if KERNEL_V_2_6_30_1 - 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.43" if KERNEL_V_2_6_27_43 + default "2.6.27.45" if KERNEL_V_2_6_27_45 choice bool