summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-04-30 15:40:27 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-04-30 15:40:27 (GMT)
commitd2ed24286e55110fc753b8d2d41ee6daa34194b0 (patch)
tree7e1c02f5f15a01e224adfdb25ea62927ee4da98f /config/kernel/linux.in
parent438a00527b69074081ac8aa46e0c359db6d15b41 (diff)
config/kernel: Update with longterm stable releases
Stable releases updated last night. Sync versions with kernel.org. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/kernel/linux.in')
-rw-r--r--config/kernel/linux.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 20410e8..2a92dd8 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"
+ prompt "4.0.1"
config KERNEL_V_3_19
bool
- prompt "3.19.5"
+ prompt "3.19.6"
config KERNEL_V_3_18
bool
@@ -52,7 +52,7 @@ config KERNEL_V_3_15
config KERNEL_V_3_14
bool
- prompt "3.14.39 (longterm)"
+ prompt "3.14.40 (longterm)"
config KERNEL_V_3_13
bool
@@ -60,7 +60,7 @@ config KERNEL_V_3_13
config KERNEL_V_3_12
bool
- prompt "3.12.40 (longterm)"
+ prompt "3.12.41 (longterm)"
config KERNEL_V_3_11
bool
@@ -68,7 +68,7 @@ config KERNEL_V_3_11
config KERNEL_V_3_10
bool
- prompt "3.10.75 (longterm)"
+ prompt "3.10.76 (longterm)"
config KERNEL_V_3_9
bool
@@ -199,17 +199,17 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "4.0" if KERNEL_V_4_0
- default "3.19.5" if KERNEL_V_3_19
+ default "4.0.1" if KERNEL_V_4_0
+ default "3.19.6" if KERNEL_V_3_19
default "3.18.12" 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.39" if KERNEL_V_3_14
+ default "3.14.40" if KERNEL_V_3_14
default "3.13.11" if KERNEL_V_3_13
- default "3.12.40" if KERNEL_V_3_12
+ default "3.12.41" if KERNEL_V_3_12
default "3.11.10" if KERNEL_V_3_11
- default "3.10.75" if KERNEL_V_3_10
+ default "3.10.76" 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