diff options
author | Alexey Neyman <stilor@att.net> | 2017-04-01 11:55:02 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-04-01 11:55:02 -0700 |
commit | 7256bfd1c3d153cf7b7e828ace39f5dfb26f3724 (patch) | |
tree | 0d57e599ec0857afe767ce16fd575203ef96c598 /config/kernel | |
parent | 88d28e6eed547e9992c44c6894764dd7b000b980 (diff) | |
download | crosstool-ng-7256bfd1c3d153cf7b7e828ace39f5dfb26f3724.tar.gz crosstool-ng-7256bfd1c3d153cf7b7e828ace39f5dfb26f3724.tar.bz2 crosstool-ng-7256bfd1c3d153cf7b7e828ace39f5dfb26f3724.zip |
Update kernel versions
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/kernel')
-rw-r--r-- | config/kernel/linux.in | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 4d2e604f..1b327630 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -51,11 +51,11 @@ choice config KERNEL_V_4_10 bool - prompt "4.10.1" + prompt "4.10.8" config KERNEL_V_4_9 bool - prompt "4.9.13" + prompt "4.9.20" config KERNEL_V_4_8 bool @@ -80,7 +80,7 @@ config KERNEL_V_4_5 # EOL 04/2021 [Ubuntu16.04] config KERNEL_V_4_4 bool - prompt "4.4.52" + prompt "4.4.59" config KERNEL_V_4_3 bool @@ -94,7 +94,7 @@ config KERNEL_V_4_2 config KERNEL_V_4_1 bool - prompt "4.1.38" + prompt "4.1.39" config KERNEL_V_4_0 bool @@ -118,7 +118,7 @@ config KERNEL_V_3_17 config KERNEL_V_3_16 bool - prompt "3.16.41" + prompt "3.16.42" config KERNEL_V_3_15 bool @@ -138,7 +138,7 @@ config KERNEL_V_3_13 config KERNEL_V_3_12 bool - prompt "3.12.70" + prompt "3.12.72" config KERNEL_V_3_11 bool @@ -187,7 +187,7 @@ config KERNEL_V_3_3 # EOL 04/2017 [Ubuntu12.04] config KERNEL_V_3_2 bool - prompt "3.2.86" + prompt "3.2.87" config KERNEL_V_3_1 bool @@ -246,25 +246,25 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "4.10.1" if KERNEL_V_4_10 - default "4.9.13" if KERNEL_V_4_9 + default "4.10.8" if KERNEL_V_4_10 + default "4.9.20" if KERNEL_V_4_9 default "4.8.17" if KERNEL_V_4_8 default "4.7.10" if KERNEL_V_4_7 default "4.6.7" if KERNEL_V_4_6 default "4.5.7" if KERNEL_V_4_5 - default "4.4.52" if KERNEL_V_4_4 + default "4.4.59" if KERNEL_V_4_4 default "4.3.6" if KERNEL_V_4_3 default "4.2.8" if KERNEL_V_4_2 - default "4.1.38" if KERNEL_V_4_1 + default "4.1.39" if KERNEL_V_4_1 default "4.0.9" if KERNEL_V_4_0 default "3.19.8" if KERNEL_V_3_19 default "3.18.48" if KERNEL_V_3_18 default "3.17.8" if KERNEL_V_3_17 - default "3.16.41" if KERNEL_V_3_16 + default "3.16.42" if KERNEL_V_3_16 default "3.15.10" if KERNEL_V_3_15 default "3.14.79" if KERNEL_V_3_14 default "3.13.11" if KERNEL_V_3_13 - default "3.12.70" if KERNEL_V_3_12 + default "3.12.72" if KERNEL_V_3_12 default "3.11.10" if KERNEL_V_3_11 default "3.10.105" if KERNEL_V_3_10 default "3.9.11" if KERNEL_V_3_9 @@ -274,7 +274,7 @@ config KERNEL_VERSION default "3.5.7" if KERNEL_V_3_5 default "3.4.113" if KERNEL_V_3_4 default "3.3.8" if KERNEL_V_3_3 - default "3.2.86" if KERNEL_V_3_2 + default "3.2.87" 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 |