# HG changeset patch # User "Yann E. MORIN" # Date 1333389022 -7200 # Node ID c7fa97debb36bcea78a28a639d1ae569997cc6f2 # Parent 856eacaf0e5961c25e41f346ecfc742ecf16f545 kernel/linux: add latest versions Signed-off-by: "Yann E. MORIN" diff -r 856eacaf0e59 -r c7fa97debb36 config/kernel/linux.in --- a/config/kernel/linux.in Tue Mar 20 18:44:44 2012 +0100 +++ b/config/kernel/linux.in Mon Apr 02 19:50:22 2012 +0200 @@ -26,21 +26,25 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_3_1 + bool + prompt "3.3.1" + config KERNEL_V_3_3 bool prompt "3.3" -config KERNEL_V_3_2_12 +config KERNEL_V_3_2_14 bool - prompt "3.2.12" + prompt "3.2.14" config KERNEL_V_3_1_10 bool prompt "3.1.10" -config KERNEL_V_3_0_25 +config KERNEL_V_3_0_27 bool - prompt "3.0.25" + prompt "3.0.27" config KERNEL_V_2_6_39_4 bool @@ -131,10 +135,11 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.3.1" if KERNEL_V_3_3_1 default "3.3" if KERNEL_V_3_3 - default "3.2.12" if KERNEL_V_3_2_12 + default "3.2.14" if KERNEL_V_3_2_14 default "3.1.10" if KERNEL_V_3_1_10 - default "3.0.25" if KERNEL_V_3_0_25 + default "3.0.27" if KERNEL_V_3_0_27 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