diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-22 15:50:18 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-26 12:19:49 -0800 |
commit | 23aef79883b1f4d0e009c9b3cf24cc8fd62b84f1 (patch) | |
tree | b7ebe1fdac5a53bc48ffa75de799b0186bea1d13 /config/kernel | |
parent | dedee847056ea71cee17b683ef379f00a6debab1 (diff) | |
download | crosstool-ng-23aef79883b1f4d0e009c9b3cf24cc8fd62b84f1.tar.gz crosstool-ng-23aef79883b1f4d0e009c9b3cf24cc8fd62b84f1.tar.bz2 crosstool-ng-23aef79883b1f4d0e009c9b3cf24cc8fd62b84f1.zip |
Declare older versions obsolete.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/kernel')
-rw-r--r-- | config/kernel/linux.in | 33 |
1 files changed, 14 insertions, 19 deletions
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 |