From 42e6c434d7fb35860bb8e6a0303ffaf7d706d68d Mon Sep 17 00:00:00 2001 From: Cristoforo Cataldo Date: Sat, 10 Jan 2015 13:29:38 +0100 Subject: config/linux: Update kernel versions This commit updates to the latest longterm and stable kernel versions as of January 16, 2015 and adds also 3.18 version. Signed-off-by: Cristoforo Cataldo diff --git a/config/kernel/linux.in b/config/kernel/linux.in index fbce1f8..f1a4c9c 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -26,9 +26,13 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_18 + bool + prompt "3.18.3" + config KERNEL_V_3_17 bool - prompt "3.17.6" + prompt "3.17.8" config KERNEL_V_3_16 bool @@ -40,7 +44,7 @@ config KERNEL_V_3_15 config KERNEL_V_3_14 bool - prompt "3.14.26 (longterm)" + prompt "3.14.29 (longterm)" config KERNEL_V_3_13 bool @@ -48,7 +52,7 @@ config KERNEL_V_3_13 config KERNEL_V_3_12 bool - prompt "3.12.35 (longterm)" + prompt "3.12.36 (longterm)" config KERNEL_V_3_11 bool @@ -56,7 +60,7 @@ config KERNEL_V_3_11 config KERNEL_V_3_10 bool - prompt "3.10.62 (longterm)" + prompt "3.10.65 (longterm)" config KERNEL_V_3_9 bool @@ -88,7 +92,7 @@ config KERNEL_V_3_3 config KERNEL_V_3_2 bool - prompt "3.2.64 (longterm)" + prompt "3.2.66 (longterm)" config KERNEL_V_3_1 bool @@ -124,7 +128,7 @@ config KERNEL_V_2_6_33 config KERNEL_V_2_6_32 bool - prompt "2.6.32.64 (longterm)" + prompt "2.6.32.65 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -187,14 +191,15 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "3.17.6" if KERNEL_V_3_17 + default "3.18.3" if KERNEL_V_3_18 + default "3.17.8" if KERNEL_V_3_17 default "3.16.7" if KERNEL_V_3_16 default "3.15.10" if KERNEL_V_3_15 - default "3.14.26" if KERNEL_V_3_14 + default "3.14.29" if KERNEL_V_3_14 default "3.13.11" if KERNEL_V_3_13 - default "3.12.35" if KERNEL_V_3_12 + default "3.12.36" if KERNEL_V_3_12 default "3.11.10" if KERNEL_V_3_11 - default "3.10.62" if KERNEL_V_3_10 + default "3.10.65" if KERNEL_V_3_10 default "3.9.11" if KERNEL_V_3_9 default "3.8.13" if KERNEL_V_3_8 default "3.7.10" if KERNEL_V_3_7 @@ -202,7 +207,7 @@ config KERNEL_VERSION default "3.5.7" if KERNEL_V_3_5 default "3.4.105" if KERNEL_V_3_4 default "3.3.8" if KERNEL_V_3_3 - default "3.2.64" if KERNEL_V_3_2 + default "3.2.66" 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 @@ -210,7 +215,7 @@ config KERNEL_VERSION default "2.6.37.6" if KERNEL_V_2_6_37 default "2.6.36.4" if KERNEL_V_2_6_36 default "2.6.33.20" if KERNEL_V_2_6_33 - default "2.6.32.64" if KERNEL_V_2_6_32 + default "2.6.32.65" if KERNEL_V_2_6_32 default "2.6.31.14" if KERNEL_V_2_6_31 default "2.6.27.62" if KERNEL_V_2_6_27 default "custom" if KERNEL_LINUX_CUSTOM -- cgit v0.10.2-6-g49f6