public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add new linux kernels, 3.13 and 3.14
@ 2014-04-06 18:19 Mattias Walström
  0 siblings, 0 replies; only message in thread
From: Mattias Walström @ 2014-04-06 18:19 UTC (permalink / raw)
  To: crossgcc

# 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

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


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-06 18:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-06 18:19 [PATCH] Add new linux kernels, 3.13 and 3.14 Mattias Walström

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).