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/4] update linux stable releases 2.6.27.48/2.6.32.16/2.6.33.6/2.6.34.1


update linux stable releases 2.6.27.48/2.6.32.16/2.6.33.6/2.6.34.1

Signed-off-by: Johannes Stezenbach <js@sig21.net>

diff -r 5d6d3c28a658 config/kernel/linux.in
--- a/config/kernel/linux.in	Wed Jul 07 22:33:49 2010 +0200
+++ b/config/kernel/linux.in	Fri Jul 09 15:27:16 2010 +0200
@@ -26,10 +26,18 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config KERNEL_V_2_6_34_1
+    bool
+    prompt "2.6.34.1"
+
 config KERNEL_V_2_6_34
     bool
     prompt "2.6.34"
 
+config KERNEL_V_2_6_33_6
+    bool
+    prompt "2.6.33.6"
+
 config KERNEL_V_2_6_33_5
     bool
     prompt "2.6.33.5"
@@ -54,21 +62,21 @@
     bool
     prompt "2.6.33"
 
-config KERNEL_V_2_6_32_14
+config KERNEL_V_2_6_32_16
     bool
-    prompt "2.6.32.14"
+    prompt "2.6.32.16"
 
-config KERNEL_V_2_6_31_13
+config KERNEL_V_2_6_31_14
     bool
-    prompt "2.6.31.13"
+    prompt "2.6.31.14"
 
 config KERNEL_V_2_6_30_10
     bool
     prompt "2.6.30.10"
 
-config KERNEL_V_2_6_27_47
+config KERNEL_V_2_6_27_48
     bool
-    prompt "2.6.27.47 (long-term stable)"
+    prompt "2.6.27.48 (long-term stable)"
     help
       The Linux 2.6.27 tree is the current "long-term stable" maintenance branch.
       It is intended to fill the niche for users who are not using distribution
@@ -102,17 +110,19 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "2.6.34.1" if KERNEL_V_2_6_34_1
     default "2.6.34" if KERNEL_V_2_6_34
+    default "2.6.33.6" if KERNEL_V_2_6_33_6
     default "2.6.33.5" if KERNEL_V_2_6_33_5
     default "2.6.33.4" if KERNEL_V_2_6_33_4
     default "2.6.33.3" if KERNEL_V_2_6_33_3
     default "2.6.33.2" if KERNEL_V_2_6_33_2
     default "2.6.33.1" if KERNEL_V_2_6_33_1
     default "2.6.33" if KERNEL_V_2_6_33
-    default "2.6.32.14" if KERNEL_V_2_6_32_14
-    default "2.6.31.13" if KERNEL_V_2_6_31_13
+    default "2.6.32.16" if KERNEL_V_2_6_32_16
+    default "2.6.31.14" if KERNEL_V_2_6_31_14
     default "2.6.30.10" if KERNEL_V_2_6_30_10
-    default "2.6.27.47" if KERNEL_V_2_6_27_47
+    default "2.6.27.48" if KERNEL_V_2_6_27_48
 
 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]