diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-05-16 10:19:19 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-05-16 10:19:19 -0700 |
commit | 7817c1fb87547d8eae40f28cf6676ad700cfc910 (patch) | |
tree | 272b5cec6ce51aa05e20f3b76902ad4be7bbc252 | |
parent | 982c1e854a6f1b0f641375e6b5aea98d7985dfa1 (diff) | |
parent | c263efb7edd628d4006483e2cc0f8b5b1cd84796 (diff) | |
download | crosstool-ng-7817c1fb87547d8eae40f28cf6676ad700cfc910.tar.gz crosstool-ng-7817c1fb87547d8eae40f28cf6676ad700cfc910.tar.bz2 crosstool-ng-7817c1fb87547d8eae40f28cf6676ad700cfc910.zip |
Merge pull request #91 from bhundven/update_kernels
linux: update kernel versions
-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 5a1fe30b..45cfddf3 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -28,11 +28,11 @@ choice config KERNEL_V_4_0 bool - prompt "4.0.2" + prompt "4.0.3" config KERNEL_V_3_19 bool - prompt "3.19.7" + prompt "3.19.8" config KERNEL_V_3_18 bool @@ -52,7 +52,7 @@ config KERNEL_V_3_15 config KERNEL_V_3_14 bool - prompt "3.14.41 (longterm)" + prompt "3.14.42 (longterm)" config KERNEL_V_3_13 bool @@ -68,7 +68,7 @@ config KERNEL_V_3_11 config KERNEL_V_3_10 bool - prompt "3.10.77 (longterm)" + prompt "3.10.78 (longterm)" config KERNEL_V_3_9 bool @@ -100,7 +100,7 @@ config KERNEL_V_3_3 config KERNEL_V_3_2 bool - prompt "3.2.68 (longterm)" + prompt "3.2.69 (longterm)" config KERNEL_V_3_1 bool @@ -199,17 +199,17 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "4.0.2" if KERNEL_V_4_0 - default "3.19.7" if KERNEL_V_3_19 + default "4.0.3" if KERNEL_V_4_0 + default "3.19.8" if KERNEL_V_3_19 default "3.18.13" 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.41" if KERNEL_V_3_14 + default "3.14.42" if KERNEL_V_3_14 default "3.13.11" if KERNEL_V_3_13 default "3.12.42" if KERNEL_V_3_12 default "3.11.10" if KERNEL_V_3_11 - default "3.10.77" if KERNEL_V_3_10 + default "3.10.78" 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 @@ -217,7 +217,7 @@ config KERNEL_VERSION default "3.5.7" if KERNEL_V_3_5 default "3.4.107" if KERNEL_V_3_4 default "3.3.8" if KERNEL_V_3_3 - default "3.2.68" if KERNEL_V_3_2 + default "3.2.69" 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 |