diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-07-08 22:40:02 +0200 |
---|---|---|
committer | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-07-08 22:43:14 +0200 |
commit | 7f1c646a9707e2c5df2cba11aa5a89f21524ba20 (patch) | |
tree | 91d848a84b37cb20e55ad1c4a5669585ca0aedbf | |
parent | a2e85b46d7a4a1729add5cde430758e2fb4885cb (diff) | |
download | crosstool-ng-7f1c646a9707e2c5df2cba11aa5a89f21524ba20.tar.gz crosstool-ng-7f1c646a9707e2c5df2cba11aa5a89f21524ba20.tar.bz2 crosstool-ng-7f1c646a9707e2c5df2cba11aa5a89f21524ba20.zip |
kernel/linux: further bump the versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-rw-r--r-- | config/kernel/linux.in | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index a355dd1e..f1e68756 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -28,11 +28,11 @@ choice config KERNEL_V_3_15 bool - prompt "3.15" + prompt "3.15.4" config KERNEL_V_3_14 bool - prompt "3.14.5" + prompt "3.14.11 (longterm)" config KERNEL_V_3_13 bool @@ -40,7 +40,7 @@ config KERNEL_V_3_13 config KERNEL_V_3_12 bool - prompt "3.12.21" + prompt "3.12.24 (longterm)" config KERNEL_V_3_11 bool @@ -48,7 +48,7 @@ config KERNEL_V_3_11 config KERNEL_V_3_10 bool - prompt "3.10.43 (longterm)" + prompt "3.10.47 (longterm)" config KERNEL_V_3_9 bool @@ -72,7 +72,7 @@ config KERNEL_V_3_5 config KERNEL_V_3_4 bool - prompt "3.4.93 (longterm)" + prompt "3.4.97 (longterm)" config KERNEL_V_3_3 bool @@ -80,7 +80,7 @@ config KERNEL_V_3_3 config KERNEL_V_3_2 bool - prompt "3.2.60" + prompt "3.2.60 (longterm)" config KERNEL_V_3_1 bool @@ -116,7 +116,7 @@ config KERNEL_V_2_6_33 config KERNEL_V_2_6_32 bool - prompt "2.6.32.61 (longterm)" + prompt "2.6.32.63 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -179,18 +179,18 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "3.15" if KERNEL_V_3_15 - default "3.14.7" if KERNEL_V_3_14 + default "3.15.4" if KERNEL_V_3_15 + default "3.14.11" if KERNEL_V_3_14 default "3.13.11" if KERNEL_V_3_13 - default "3.12.22" if KERNEL_V_3_12 + default "3.12.24" if KERNEL_V_3_12 default "3.11.10" if KERNEL_V_3_11 - default "3.10.43" if KERNEL_V_3_10 + default "3.10.47" 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.93" if KERNEL_V_3_4 + default "3.4.97" 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.1.10" if KERNEL_V_3_1 @@ -200,7 +200,7 @@ config KERNEL_VERSION default "2.6.37.6" if KERNEL_V_2_6_37 default "2.6.36.4" if KERNEL_V_2_6_36 default "2.6.33.20" if KERNEL_V_2_6_33 - default "2.6.32.61" if KERNEL_V_2_6_32 + default "2.6.32.63" if KERNEL_V_2_6_32 default "2.6.31.14" if KERNEL_V_2_6_31 default "2.6.27.62" if KERNEL_V_2_6_27 default "custom" if KERNEL_LINUX_CUSTOM |