diff options
author | Cristoforo Cataldo <cristoforo.cataldo@gmail.com> | 2015-02-18 23:11:24 +0100 |
---|---|---|
committer | Cristoforo Cataldo <cristoforo.cataldo@gmail.com> | 2015-02-18 23:11:24 +0100 |
commit | 41722f59d94a66dafef4e454d695aa81879fa0e3 (patch) | |
tree | a603554a29a7809c3230167f1fa7494f14c95d49 | |
parent | 1d5910a7bd4cfcda601b03cce0f2c6b8b5ea4c3f (diff) | |
download | crosstool-ng-41722f59d94a66dafef4e454d695aa81879fa0e3.tar.gz crosstool-ng-41722f59d94a66dafef4e454d695aa81879fa0e3.tar.bz2 crosstool-ng-41722f59d94a66dafef4e454d695aa81879fa0e3.zip |
config/linux: Update kernel versions
This commit updates to the latest longterm and stable kernel versions as
of February 18, 2015.
Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
-rw-r--r-- | config/kernel/linux.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index f1a4c9cf..96d02d17 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -28,7 +28,7 @@ choice config KERNEL_V_3_18 bool - prompt "3.18.3" + prompt "3.18.7" config KERNEL_V_3_17 bool @@ -44,7 +44,7 @@ config KERNEL_V_3_15 config KERNEL_V_3_14 bool - prompt "3.14.29 (longterm)" + prompt "3.14.33 (longterm)" config KERNEL_V_3_13 bool @@ -52,7 +52,7 @@ config KERNEL_V_3_13 config KERNEL_V_3_12 bool - prompt "3.12.36 (longterm)" + prompt "3.12.37 (longterm)" config KERNEL_V_3_11 bool @@ -60,7 +60,7 @@ config KERNEL_V_3_11 config KERNEL_V_3_10 bool - prompt "3.10.65 (longterm)" + prompt "3.10.69 (longterm)" config KERNEL_V_3_9 bool @@ -84,7 +84,7 @@ config KERNEL_V_3_5 config KERNEL_V_3_4 bool - prompt "3.4.105 (longterm)" + prompt "3.4.106 (longterm)" config KERNEL_V_3_3 bool @@ -191,21 +191,21 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "3.18.3" if KERNEL_V_3_18 + default "3.18.7" 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.29" if KERNEL_V_3_14 + default "3.14.33" if KERNEL_V_3_14 default "3.13.11" if KERNEL_V_3_13 - default "3.12.36" if KERNEL_V_3_12 + default "3.12.37" if KERNEL_V_3_12 default "3.11.10" if KERNEL_V_3_11 - default "3.10.65" if KERNEL_V_3_10 + default "3.10.69" 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 default "3.6.11" if KERNEL_V_3_6 default "3.5.7" if KERNEL_V_3_5 - default "3.4.105" if KERNEL_V_3_4 + default "3.4.106" if KERNEL_V_3_4 default "3.3.8" if KERNEL_V_3_3 default "3.2.66" if KERNEL_V_3_2 default "3.1.10" if KERNEL_V_3_1 |