diff -r 67fafa2647d1 -r 856eacaf0e59 config/kernel/linux.in --- a/config/kernel/linux.in Thu Mar 15 13:05:31 2012 +0100 +++ b/config/kernel/linux.in Tue Mar 20 18:44:44 2012 +0100 @@ -26,61 +26,21 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW -config KERNEL_V_3_2_11 +config KERNEL_V_3_3 bool - prompt "3.2.11" + prompt "3.3" -config KERNEL_V_3_2_10 +config KERNEL_V_3_2_12 bool - prompt "3.2.10" - -config KERNEL_V_3_2_9 - bool - prompt "3.2.9" - -config KERNEL_V_3_2_8 - bool - prompt "3.2.8" - -config KERNEL_V_3_2_7 - bool - prompt "3.2.7" - -config KERNEL_V_3_2_6 - bool - prompt "3.2.6" - -config KERNEL_V_3_2_5 - bool - prompt "3.2.5" - -config KERNEL_V_3_2_4 - bool - prompt "3.2.4" - -config KERNEL_V_3_2_3 - bool - prompt "3.2.3" - -config KERNEL_V_3_2_2 - bool - prompt "3.2.2" - -config KERNEL_V_3_2_1 - bool - prompt "3.2.1" - -config KERNEL_V_3_2 - bool - prompt "3.2" + prompt "3.2.12" config KERNEL_V_3_1_10 bool prompt "3.1.10" -config KERNEL_V_3_0_24 +config KERNEL_V_3_0_25 bool - prompt "3.0.24" + prompt "3.0.25" config KERNEL_V_2_6_39_4 bool @@ -106,9 +66,9 @@ .33-rt kernel. Anyone else who really wants to use the .33 kernel tree is welcome to use this one as well. -config KERNEL_V_2_6_32_58 +config KERNEL_V_2_6_32_59 bool - prompt "2.6.32.58 (longterm)" + prompt "2.6.32.59 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -129,9 +89,9 @@ bool prompt "2.6.31.14" -config KERNEL_V_2_6_27_61 +config KERNEL_V_2_6_27_62 bool - prompt "2.6.27.61 (longterm)" + prompt "2.6.27.62 (longterm)" help The Linux 2.6.27 tree is a "longterm" maintenance branch. @@ -171,28 +131,18 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "3.2.11" if KERNEL_V_3_2_11 - default "3.2.10" if KERNEL_V_3_2_10 - default "3.2.9" if KERNEL_V_3_2_9 - default "3.2.8" if KERNEL_V_3_2_8 - default "3.2.7" if KERNEL_V_3_2_7 - default "3.2.6" if KERNEL_V_3_2_6 - default "3.2.5" if KERNEL_V_3_2_5 - default "3.2.4" if KERNEL_V_3_2_4 - default "3.2.3" if KERNEL_V_3_2_3 - default "3.2.2" if KERNEL_V_3_2_2 - default "3.2.1" if KERNEL_V_3_2_1 - default "3.2" if KERNEL_V_3_2 + default "3.3" if KERNEL_V_3_3 + default "3.2.12" if KERNEL_V_3_2_12 default "3.1.10" if KERNEL_V_3_1_10 - default "3.0.24" if KERNEL_V_3_0_24 + default "3.0.25" if KERNEL_V_3_0_25 default "2.6.39.4" if KERNEL_V_2_6_39_4 default "2.6.38.8" if KERNEL_V_2_6_38_8 default "2.6.37.6" if KERNEL_V_2_6_37_6 default "2.6.36.4" if KERNEL_V_2_6_36_4 default "2.6.33.20" if KERNEL_V_2_6_33_20 - default "2.6.32.58" if KERNEL_V_2_6_32_58 + default "2.6.32.59" if KERNEL_V_2_6_32_59 default "2.6.31.14" if KERNEL_V_2_6_31_14 - default "2.6.27.61" if KERNEL_V_2_6_27_61 + default "2.6.27.62" if KERNEL_V_2_6_27_62 default "custom" if KERNEL_LINUX_CUSTOM endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS