From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21513 invoked by alias); 17 Nov 2009 18:07:53 -0000 Received: (qmail 21413 invoked by uid 22791); 17 Nov 2009 18:07:52 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_NEUTRAL X-Spam-Check-By: sourceware.org Received: from mx4.access-company.com (HELO mx4.access-company.com) (12.7.175.32) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 17 Nov 2009 18:07:00 +0000 Received: from ussunex02.svl.access-company.com ([192.168.101.10]) by mx4 (8.14.3/8.14.3) with ESMTP id nAHI6wdW017330; Tue, 17 Nov 2009 10:06:58 -0800 Received: from ussunowa1.svl.access-company.com ([10.0.20.19]) by ussunex02.svl.access-company.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 17 Nov 2009 10:06:58 -0800 Received: from svfroussellnx.svl.access-company.com ([192.168.108.242]) by ussunowa1.svl.access-company.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Tue, 17 Nov 2009 10:06:57 -0800 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH 1 of 2] Adding kernel 2.6.31.6 and 2.6.27.39 X-Mercurial-Node: 73cec3ad00f63b2d676f9011f84e69422efcd185 Message-Id: <73cec3ad00f63b2d676f.1258480973@svfroussellnx.svl.access-company.com> In-Reply-To: References: User-Agent: Mercurial-patchbomb/1.3.1 Date: Tue, 17 Nov 2009 18:07:00 -0000 From: Frederic Roussel To: "Yann E. MORIN" Cc: crossgcc@sourceware.org X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5,1.2.40,4.0.166 definitions=2009-11-17_10:2009-11-16,2009-11-17,2009-11-17 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 classifier= adjust=0 reason=safe engine=5.0.0-0908210000 definitions=main-0911170140 X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2009-11/txt/msg00072.txt.bz2 # HG changeset patch # User "Frederic Roussel" # Date 1258480450 28800 # Node ID 73cec3ad00f63b2d676f9011f84e69422efcd185 # Parent c7d0e5a017c99f31ee106dde609d9718d889583d Adding kernel 2.6.31.6 and 2.6.27.39 diff -r c7d0e5a017c9 -r 73cec3ad00f6 config/kernel/linux.in --- a/config/kernel/linux.in Mon Nov 16 22:37:39 2009 +0100 +++ b/config/kernel/linux.in Tue Nov 17 09:54:10 2009 -0800 @@ -34,6 +34,10 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_31_6 + bool + prompt "2.6.31.6" + config KERNEL_V_2_6_31_5 bool prompt "2.6.31.5" @@ -108,9 +112,9 @@ prompt "2.6.28.10 (OBSOLETE)" depends on OBSOLETE -config KERNEL_V_2_6_27_38 +config KERNEL_V_2_6_27_39 bool - prompt "2.6.27.38 (long-term stable)" + prompt "2.6.27.39 (long-term stable)" endchoice @@ -118,6 +122,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.31.6" if KERNEL_V_2_6_31_6 default "2.6.31.5" if KERNEL_V_2_6_31_5 default "2.6.31.4" if KERNEL_V_2_6_31_4 default "2.6.31.3" if KERNEL_V_2_6_31_3 @@ -136,7 +141,7 @@ default "2.6.30" if KERNEL_V_2_6_30 default "2.6.29.6" if KERNEL_V_2_6_29_6 default "2.6.28.10" if KERNEL_V_2_6_28_10 - default "2.6.27.38" if KERNEL_V_2_6_27_38 + default "2.6.27.39" if KERNEL_V_2_6_27_39 choice bool -- For unsubscribe information see http://sourceware.org/lists.html#faq