diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-05 16:10:53 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-05 16:10:53 -0800 |
commit | 8995bb66f0cb73ee000e75475e41c8f88b87f267 (patch) | |
tree | daeba6738ad9950b803ba3c10fe304ae66461f35 /config/kernel | |
parent | e69734cb1265a4021d010ead19222a02f0aff1c1 (diff) | |
download | crosstool-ng-8995bb66f0cb73ee000e75475e41c8f88b87f267.tar.gz crosstool-ng-8995bb66f0cb73ee000e75475e41c8f88b87f267.tar.bz2 crosstool-ng-8995bb66f0cb73ee000e75475e41c8f88b87f267.zip |
Update to most recent kernels
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/kernel')
-rw-r--r-- | config/kernel/linux.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 56756e76..940d92e6 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -46,7 +46,7 @@ choice config KERNEL_V_4_9 bool - prompt "4.9.5" + prompt "4.9.8" config KERNEL_V_4_8 bool @@ -55,7 +55,7 @@ config KERNEL_V_4_8 config KERNEL_V_4_4 bool - prompt "4.4.44" + prompt "4.4.47" config KERNEL_V_4_1 bool @@ -63,7 +63,7 @@ config KERNEL_V_4_1 config KERNEL_V_3_18 bool - prompt "3.18.47" + prompt "3.18.47 (EOL)" config KERNEL_V_3_16 bool @@ -71,7 +71,7 @@ config KERNEL_V_3_16 config KERNEL_V_3_12 bool - prompt "3.12.69" + prompt "3.12.70" config KERNEL_V_3_10 bool @@ -91,13 +91,13 @@ 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.9.8" 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.4.47" 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.12.70" 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.84" if KERNEL_V_3_2 |