public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
To: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: crossgcc@sourceware.org
Subject: [PATCH] kernel/linux: update revisions
Date: Thu, 09 Feb 2012 12:02:00 -0000	[thread overview]
Message-ID: <e947c64136dc936d687d.1328788944@advdt005-ubuntu> (raw)

# HG changeset patch
# User "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
# Date 1328788849 -3600
# Node ID e947c64136dc936d687d32aed142fdf43e664daf
# Parent  d878322997095e513c6311ec3713b83ca91e5d8c
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>

diff --git a/config/kernel/linux.in b/config/kernel/linux.in
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,6 +26,18 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config KERNEL_V_3_2_5
+    bool
+    prompt "3.2.5"
+
+config KERNEL_V_3_2_4
+    bool
+    prompt "3.2.4"
+
+config KERNEL_V_3_2_3
+    bool
+    prompt "3.2.3"
+
 config KERNEL_V_3_2_2
     bool
     prompt "3.2.2"
@@ -42,9 +54,9 @@
     bool
     prompt "3.1.10"
 
-config KERNEL_V_3_0_18
+config KERNEL_V_3_0_20
     bool
-    prompt "3.0.18"
+    prompt "3.0.20"
 
 config KERNEL_V_2_6_39_4
     bool
@@ -70,9 +82,9 @@
       .33-rt kernel.  Anyone else who really wants to use the .33 kernel tree
       is welcome to use this one as well.
 
-config KERNEL_V_2_6_32_55
+config KERNEL_V_2_6_32_56
     bool
-    prompt "2.6.32.55 (longterm)"
+    prompt "2.6.32.56 (longterm)"
     help
       The Linux 2.6.32 tree is a "longterm" maintenance branch.
       
@@ -135,17 +147,20 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "3.2.5" if KERNEL_V_3_2_5
+    default "3.2.4" if KERNEL_V_3_2_4
+    default "3.2.3" if KERNEL_V_3_2_3
     default "3.2.2" if KERNEL_V_3_2_2
     default "3.2.1" if KERNEL_V_3_2_1
     default "3.2" if KERNEL_V_3_2
     default "3.1.10" if KERNEL_V_3_1_10
-    default "3.0.18" if KERNEL_V_3_0_18
+    default "3.0.20" if KERNEL_V_3_0_20
     default "2.6.39.4" if KERNEL_V_2_6_39_4
     default "2.6.38.8" if KERNEL_V_2_6_38_8
     default "2.6.37.6" if KERNEL_V_2_6_37_6
     default "2.6.36.4" if KERNEL_V_2_6_36_4
     default "2.6.33.20" if KERNEL_V_2_6_33_20
-    default "2.6.32.55" if KERNEL_V_2_6_32_55
+    default "2.6.32.56" if KERNEL_V_2_6_32_56
     default "2.6.31.14" if KERNEL_V_2_6_31_14
     default "2.6.27.59" if KERNEL_V_2_6_27_59
     default "custom" if KERNEL_LINUX_CUSTOM

             reply	other threads:[~2012-02-09 12:02 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-09 12:02 Benoît Thébaudeau [this message]
2012-02-09 20:59 ` Yann E. MORIN
2012-03-15 12:07 Benoît Thébaudeau
2012-03-15 18:48 ` Yann E. MORIN
2012-04-16 12:59 Benoît Thébaudeau
2012-04-16 21:09 ` Yann E. MORIN
2012-04-30 12:46 ` Yann E. MORIN
     [not found] <415796800.1390123.1337966510910.JavaMail.root@advansee.com>
2012-05-25 17:18 ` Benoît Thébaudeau
2012-05-29 19:06   ` Yann E. MORIN
2012-06-18 11:38 Benoît Thébaudeau
2012-06-18 21:25 ` Yann E. MORIN
2012-07-13 10:38 Benoît Thébaudeau
2012-07-23 14:06 Benoît Thébaudeau
2012-07-24  6:54 ` Yann E. MORIN
2012-08-20 18:30 Benoît Thébaudeau
2012-09-21 14:27 Benoît Thébaudeau
2012-09-22 22:46 ` Yann E. MORIN
2012-10-11 14:15 Benoît Thébaudeau
2012-11-15 19:53 Benoît Thébaudeau
2012-12-11 11:56 Benoît Thébaudeau
2013-01-18 14:18 Benoît Thébaudeau
2013-02-19 12:10 Benoît Thébaudeau
2013-03-14 21:06 Benoît Thébaudeau
2013-04-11 13:26 Benoît Thébaudeau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e947c64136dc936d687d.1328788944@advdt005-ubuntu \
    --to=benoit.thebaudeau@advansee.com \
    --cc=crossgcc@sourceware.org \
    --cc=yann.morin.1998@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).