diff mbox

Add new linux kernels, 3.13 and 3.14

Message ID 53419A8F.1080201@gmail.com
State Not Applicable, archived
Headers show

Commit Message

Mattias Walström April 6, 2014, 6:18 p.m. UTC
# HG changeset patch
# User Mattias Walström <lazzer@gmail.com>
# Date 1396807342 -7200
# Node ID 8d4b117b0673247fee3509580f6507a732456cb9
# Parent  de48a1603e33afb2a30ae5efee95eb656e9f61a9
Add new linux kernels, 3.13 and 3.14



--
For unsubscribe information see http://sourceware.org/lists.html#faq
diff mbox

Patch

diff -r de48a1603e33 -r 8d4b117b0673 config/kernel/linux.in
--- a/config/kernel/linux.in    Sun Apr 06 20:02:04 2014 +0200
+++ b/config/kernel/linux.in    Sun Apr 06 20:02:22 2014 +0200
@@ -26,6 +26,15 @@ 
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+
+config KERNEL_V_3_14
+    bool
+    prompt "3.14"
+
+config KERNEL_V_3_13
+    bool
+    prompt "3.13"
+
 config KERNEL_V_3_12
     bool
     prompt "3.12"
@@ -167,6 +176,8 @@ 
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "3.14" if KERNEL_V_3_14
+    default "3.13" if KERNEL_V_3_13
     default "3.12" if KERNEL_V_3_12
     default "3.11.8" if KERNEL_V_3_11
     default "3.10.19" if KERNEL_V_3_10