# HG changeset patch # User "Yann E. MORIN" # Date 1357516693 -3600 # Node ID d988235eab7ba6e8122d0887eca25aaf6fc2bee6 # Parent 5d3c8b601af3e3da02a808b92d58974cf5a74859 kernel/linux: add latest versions Signed-off-by: "Yann E. MORIN" diff -r 5d3c8b601af3 -r d988235eab7b config/kernel/linux.in --- a/config/kernel/linux.in Thu Dec 27 12:42:42 2012 +0100 +++ b/config/kernel/linux.in Mon Jan 07 00:58:13 2013 +0100 @@ -26,37 +26,41 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_7_1 + bool + prompt "3.7.1" + config KERNEL_V_3_7 bool prompt "3.7" -config KERNEL_V_3_6_10 +config KERNEL_V_3_6_11 bool - prompt "3.6.10" + prompt "3.6.11" config KERNEL_V_3_5_7 bool prompt "3.5.7" -config KERNEL_V_3_4_23 +config KERNEL_V_3_4_24 bool - prompt "3.4.23" + prompt "3.4.24" config KERNEL_V_3_3_8 bool prompt "3.3.8" -config KERNEL_V_3_2_35 +config KERNEL_V_3_2_36 bool - prompt "3.2.35" + prompt "3.2.36" config KERNEL_V_3_1_10 bool prompt "3.1.10" -config KERNEL_V_3_0_56 +config KERNEL_V_3_0_57 bool - prompt "3.0.56" + prompt "3.0.57" config KERNEL_V_2_6_39_4 bool @@ -147,14 +151,15 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.7.1" if KERNEL_V_3_7_1 default "3.7" if KERNEL_V_3_7 - default "3.6.10" if KERNEL_V_3_6_10 + default "3.6.11" if KERNEL_V_3_6_11 default "3.5.7" if KERNEL_V_3_5_7 - default "3.4.23" if KERNEL_V_3_4_23 + default "3.4.24" if KERNEL_V_3_4_24 default "3.3.8" if KERNEL_V_3_3_8 - default "3.2.35" if KERNEL_V_3_2_35 + default "3.2.36" if KERNEL_V_3_2_36 default "3.1.10" if KERNEL_V_3_1_10 - default "3.0.56" if KERNEL_V_3_0_56 + default "3.0.57" if KERNEL_V_3_0_57 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