This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1 of 2] Adding kernel 2.6.31.6 and 2.6.27.39


# HG changeset patch
# User "Frederic Roussel" <fr.frasc@gmail.com>
# 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]