From 23aef79883b1f4d0e009c9b3cf24cc8fd62b84f1 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 22 Jan 2017 15:50:18 -0800 Subject: Declare older versions obsolete. Signed-off-by: Alexey Neyman --- config/kernel/linux.in | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) (limited to 'config/kernel') diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 829e7b0c..deb3b587 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -46,32 +46,28 @@ choice config KERNEL_V_4_8 bool - prompt "4.8.8" - -config KERNEL_V_4_7 - bool - prompt "4.7.10 (EOL)" + prompt "4.8.17 (EOL)" depends on OBSOLETE config KERNEL_V_4_4 bool - prompt "4.4.32" + prompt "4.4.44" config KERNEL_V_4_1 bool - prompt "4.1.35" + prompt "4.1.38" config KERNEL_V_3_18 bool - prompt "3.18.44" + prompt "3.18.47" config KERNEL_V_3_16 bool - prompt "3.16.38" + prompt "3.16.39" config KERNEL_V_3_12 bool - prompt "3.12.67" + prompt "3.12.69" config KERNEL_V_3_10 bool @@ -83,7 +79,7 @@ config KERNEL_V_3_4 config KERNEL_V_3_2 bool - prompt "3.2.83" + prompt "3.2.84" endchoice @@ -91,15 +87,14 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "4.8.8" if KERNEL_V_4_8 - default "4.7.10" if KERNEL_V_4_7 - default "4.4.32" if KERNEL_V_4_4 - default "4.1.35" if KERNEL_V_4_1 - default "3.18.44" if KERNEL_V_3_18 - default "3.16.38" if KERNEL_V_3_16 - default "3.12.67" if KERNEL_V_3_12 + default "4.8.17" if KERNEL_V_4_8 + default "4.4.44" if KERNEL_V_4_4 + default "4.1.38" if KERNEL_V_4_1 + default "3.18.47" if KERNEL_V_3_18 + default "3.16.39" if KERNEL_V_3_16 + default "3.12.69" if KERNEL_V_3_12 default "3.10.104" if KERNEL_V_3_10 default "3.4.113" if KERNEL_V_3_4 - default "3.2.83" if KERNEL_V_3_2 + default "3.2.84" if KERNEL_V_3_2 endif # ! KERNEL_LINUX_CUSTOM -- cgit v1.2.3 From f4b8e29e63cedfe26b4de28c2eed07889e1f3426 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 22 Jan 2017 15:51:31 -0800 Subject: Add Linux 4.9.5. Signed-off-by: Alexey Neyman --- config/kernel/linux.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/kernel') diff --git a/config/kernel/linux.in b/config/kernel/linux.in index deb3b587..56756e76 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -44,6 +44,10 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_4_9 + bool + prompt "4.9.5" + config KERNEL_V_4_8 bool prompt "4.8.17 (EOL)" @@ -87,6 +91,7 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "4.9.5" if KERNEL_V_4_9 default "4.8.17" if KERNEL_V_4_8 default "4.4.44" if KERNEL_V_4_4 default "4.1.38" if KERNEL_V_4_1 -- cgit v1.2.3