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

See crosstool-NG 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] kernel/linux: update revisions


# HG changeset patch
# User "BenoÃt ThÃbaudeau" <benoit.thebaudeau@advansee.com>
# Date 1342125948 -7200
# Node ID 78cf62d9c7cbd2d67885047de51ca6274598b1d7
# Parent  4c8fd10c18e94975239a69897f38d9eb046fad8c
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,10 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config KERNEL_V_3_4_4
+    bool
+    prompt "3.4.4"
+
 config KERNEL_V_3_4_3
     bool
     prompt "3.4.3"
@@ -46,17 +50,17 @@
     bool
     prompt "3.3.8"
 
-config KERNEL_V_3_2_20
+config KERNEL_V_3_2_23
     bool
-    prompt "3.2.20"
+    prompt "3.2.23"
 
 config KERNEL_V_3_1_10
     bool
     prompt "3.1.10"
 
-config KERNEL_V_3_0_35
+config KERNEL_V_3_0_36
     bool
-    prompt "3.0.35"
+    prompt "3.0.36"
 
 config KERNEL_V_2_6_39_4
     bool
@@ -147,14 +151,15 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "3.4.4" if KERNEL_V_3_4_4
     default "3.4.3" if KERNEL_V_3_4_3
     default "3.4.2" if KERNEL_V_3_4_2
     default "3.4.1" if KERNEL_V_3_4_1
     default "3.4" if KERNEL_V_3_4
     default "3.3.8" if KERNEL_V_3_3_8
-    default "3.2.20" if KERNEL_V_3_2_20
+    default "3.2.23" if KERNEL_V_3_2_23
     default "3.1.10" if KERNEL_V_3_1_10
-    default "3.0.35" if KERNEL_V_3_0_35
+    default "3.0.36" if KERNEL_V_3_0_36
     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

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