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 1334581022 -7200
# Node ID e3f851691af744ceca303c2ff33730cd1739e5d6
# Parent  c7fa97debb36bcea78a28a639d1ae569997cc6f2
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_3_2
+    bool
+    prompt "3.3.2"
+
 config KERNEL_V_3_3_1
     bool
     prompt "3.3.1"
@@ -34,17 +38,17 @@
     bool
     prompt "3.3"
 
-config KERNEL_V_3_2_14
+config KERNEL_V_3_2_15
     bool
-    prompt "3.2.14"
+    prompt "3.2.15"
 
 config KERNEL_V_3_1_10
     bool
     prompt "3.1.10"
 
-config KERNEL_V_3_0_27
+config KERNEL_V_3_0_28
     bool
-    prompt "3.0.27"
+    prompt "3.0.28"
 
 config KERNEL_V_2_6_39_4
     bool
@@ -135,11 +139,12 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "3.3.2" if KERNEL_V_3_3_2
     default "3.3.1" if KERNEL_V_3_3_1
     default "3.3" if KERNEL_V_3_3
-    default "3.2.14" if KERNEL_V_3_2_14
+    default "3.2.15" if KERNEL_V_3_2_15
     default "3.1.10" if KERNEL_V_3_1_10
-    default "3.0.27" if KERNEL_V_3_0_27
+    default "3.0.28" if KERNEL_V_3_0_28
     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]