diff -r 7e569a9cb5fd -r 7c9145db4314 config/kernel/linux.in --- a/config/kernel/linux.in Sat Nov 16 18:14:45 2013 +0100 +++ b/config/kernel/linux.in Fri Feb 21 07:17:33 2014 +0100 @@ -26,17 +26,21 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_13 + bool + prompt "3.13.11" + config KERNEL_V_3_12 bool - prompt "3.12" + prompt "3.12.18" config KERNEL_V_3_11 bool - prompt "3.11.8" + prompt "3.11.10" config KERNEL_V_3_10 bool - prompt "3.10.19" + prompt "3.10.38 (longterm)" config KERNEL_V_3_9 bool @@ -60,7 +64,7 @@ config KERNEL_V_3_4 bool - prompt "3.4.69" + prompt "3.4.88 (longterm)" config KERNEL_V_3_3 bool @@ -68,7 +72,7 @@ config KERNEL_V_3_2 bool - prompt "3.2.52" + prompt "3.2.58" config KERNEL_V_3_1 bool @@ -167,17 +171,18 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "3.12" if KERNEL_V_3_12 - default "3.11.8" if KERNEL_V_3_11 - default "3.10.19" if KERNEL_V_3_10 + default "3.13.11" if KERNEL_V_3_13 + default "3.12.18" if KERNEL_V_3_12 + default "3.11.10" if KERNEL_V_3_11 + default "3.10.38" if KERNEL_V_3_10 default "3.9.11" if KERNEL_V_3_9 default "3.8.13.9" if KERNEL_V_3_8 default "3.7.10" if KERNEL_V_3_7 default "3.6.11" if KERNEL_V_3_6 default "3.5.7.25" if KERNEL_V_3_5 - default "3.4.69" if KERNEL_V_3_4 + default "3.4.88" if KERNEL_V_3_4 default "3.3.8" if KERNEL_V_3_3 - default "3.2.52" if KERNEL_V_3_2 + default "3.2.58" if KERNEL_V_3_2 default "3.1.10" if KERNEL_V_3_1 default "3.0.101" if KERNEL_V_3_0 default "2.6.39.4" if KERNEL_V_2_6_39