diff -r e947c64136dc -r 17c162b426c6 config/kernel/linux.in --- a/config/kernel/linux.in Thu Feb 09 13:00:49 2012 +0100 +++ b/config/kernel/linux.in Mon Feb 13 22:56:45 2012 +0100 @@ -26,6 +26,10 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_2_6 + bool + prompt "3.2.6" + config KERNEL_V_3_2_5 bool prompt "3.2.5" @@ -54,9 +58,9 @@ bool prompt "3.1.10" -config KERNEL_V_3_0_20 +config KERNEL_V_3_0_21 bool - prompt "3.0.20" + prompt "3.0.21" config KERNEL_V_2_6_39_4 bool @@ -82,9 +86,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_56 +config KERNEL_V_2_6_32_57 bool - prompt "2.6.32.56 (longterm)" + prompt "2.6.32.57 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -105,9 +109,9 @@ bool prompt "2.6.31.14" -config KERNEL_V_2_6_27_59 +config KERNEL_V_2_6_27_61 bool - prompt "2.6.27.59 (longterm)" + prompt "2.6.27.61 (longterm)" help The Linux 2.6.27 tree is a "longterm" maintenance branch. @@ -147,6 +151,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + 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 @@ -154,15 +159,15 @@ default "3.2.1" if KERNEL_V_3_2_1 default "3.2" if KERNEL_V_3_2 default "3.1.10" if KERNEL_V_3_1_10 - default "3.0.20" if KERNEL_V_3_0_20 + default "3.0.21" if KERNEL_V_3_0_21 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.56" if KERNEL_V_2_6_32_56 + default "2.6.32.57" if KERNEL_V_2_6_32_57 default "2.6.31.14" if KERNEL_V_2_6_31_14 - default "2.6.27.59" if KERNEL_V_2_6_27_59 + default "2.6.27.61" if KERNEL_V_2_6_27_61 default "custom" if KERNEL_LINUX_CUSTOM endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS