diff options
author | James Byrne <james.byrne@origamienergy.com> | 2014-12-11 09:57:54 +0000 |
---|---|---|
committer | James Byrne <james.byrne@origamienergy.com> | 2014-12-11 09:58:57 +0000 |
commit | f67da1118968c8f75107cff78ce47fa10d2c2990 (patch) | |
tree | ba96e78445287ee5162abe5b31fdd1983bda975c /config/kernel | |
parent | 7275900f9ffce61fabc90e0ff870fec175976ffb (diff) | |
download | crosstool-ng-f67da1118968c8f75107cff78ce47fa10d2c2990.tar.gz crosstool-ng-f67da1118968c8f75107cff78ce47fa10d2c2990.tar.bz2 crosstool-ng-f67da1118968c8f75107cff78ce47fa10d2c2990.zip |
config/linux: Update kernel versions
This commit updates to the latest longterm and stable kernel versions as of
December 10, 2014.
Signed-off-by: James Byrne <james.byrne@origamienergy.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 cb3b2660..fbce1f83 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -28,7 +28,7 @@ choice config KERNEL_V_3_17 bool - prompt "3.17.4" + prompt "3.17.6" config KERNEL_V_3_16 bool @@ -40,7 +40,7 @@ config KERNEL_V_3_15 config KERNEL_V_3_14 bool - prompt "3.14.25 (longterm)" + prompt "3.14.26 (longterm)" config KERNEL_V_3_13 bool @@ -48,7 +48,7 @@ config KERNEL_V_3_13 config KERNEL_V_3_12 bool - prompt "3.12.33 (longterm)" + prompt "3.12.35 (longterm)" config KERNEL_V_3_11 bool @@ -56,7 +56,7 @@ config KERNEL_V_3_11 config KERNEL_V_3_10 bool - prompt "3.10.61 (longterm)" + prompt "3.10.62 (longterm)" config KERNEL_V_3_9 bool @@ -88,7 +88,7 @@ config KERNEL_V_3_3 config KERNEL_V_3_2 bool - prompt "3.2.60 (longterm)" + prompt "3.2.64 (longterm)" config KERNEL_V_3_1 bool @@ -187,14 +187,14 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "3.17.4" if KERNEL_V_3_17 + default "3.17.6" 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.25" if KERNEL_V_3_14 + default "3.14.26" if KERNEL_V_3_14 default "3.13.11" if KERNEL_V_3_13 - default "3.12.33" if KERNEL_V_3_12 + default "3.12.35" if KERNEL_V_3_12 default "3.11.10" if KERNEL_V_3_11 - default "3.10.61" if KERNEL_V_3_10 + default "3.10.62" 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 @@ -202,7 +202,7 @@ config KERNEL_VERSION default "3.5.7" if KERNEL_V_3_5 default "3.4.105" if KERNEL_V_3_4 default "3.3.8" if KERNEL_V_3_3 - default "3.2.60" if KERNEL_V_3_2 + default "3.2.64" 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 |