diff options
author | Cristoforo Cataldo <cristoforo.cataldo@gmail.com> | 2015-07-12 15:17:40 +0200 |
---|---|---|
committer | Cristoforo Cataldo <cristoforo.cataldo@gmail.com> | 2015-07-19 15:20:49 +0200 |
commit | 646cb0140d6b4ee1c5960d1f1134be72b35327cc (patch) | |
tree | 47b9efee9db680f4a211b8b3a56b80fef7f34c90 /config/kernel | |
parent | 36a4deba9f1810e3222b2a640894cbac28fb4b46 (diff) | |
download | crosstool-ng-646cb0140d6b4ee1c5960d1f1134be72b35327cc.tar.gz crosstool-ng-646cb0140d6b4ee1c5960d1f1134be72b35327cc.tar.bz2 crosstool-ng-646cb0140d6b4ee1c5960d1f1134be72b35327cc.zip |
config/linux: Update kernel versions
This commit updates to the latest longterm and stable kernel versions as
of July 12, 2015.
Signed-off-by: Cristoforo Cataldo <cristoforo.cataldo@gmail.com>
Diffstat (limited to 'config/kernel')
-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 bdd0bae0..388b6b28 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -28,19 +28,19 @@ choice config KERNEL_V_4_1 bool - prompt "4.1 (mainline)" + prompt "4.1.2 (stable)" config KERNEL_V_4_0 bool - prompt "4.0.6 (stable)" + prompt "4.0.8 (stable)" config KERNEL_V_3_18 bool - prompt "3.18.16" + prompt "3.18.18" config KERNEL_V_3_14 bool - prompt "3.14.45" + prompt "3.14.48" config KERNEL_V_3_12 bool @@ -48,7 +48,7 @@ config KERNEL_V_3_12 config KERNEL_V_3_10 bool - prompt "3.10.81" + prompt "3.10.84" config KERNEL_V_3_4 bool @@ -83,12 +83,12 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "4.1" if KERNEL_V_4_1 - default "4.0.6" if KERNEL_V_4_0 - default "3.18.16" if KERNEL_V_3_18 - default "3.14.45" if KERNEL_V_3_14 + default "4.1.2" if KERNEL_V_4_1 + default "4.0.8" if KERNEL_V_4_0 + default "3.18.18" if KERNEL_V_3_18 + default "3.14.48" if KERNEL_V_3_14 default "3.12.44" if KERNEL_V_3_12 - default "3.10.81" if KERNEL_V_3_10 + default "3.10.84" if KERNEL_V_3_10 default "3.4.108" if KERNEL_V_3_4 default "3.2.69" if KERNEL_V_3_2 default "2.6.32.67" if KERNEL_V_2_6_32 |