diff mbox

kernel/linux: update revisions

Message ID f87414d1b7f0d5d417b7.1348237635@advdt005-ubuntu
State Accepted
Commit df33992f9614
Headers show

Commit Message

Benoît Thébaudeau Sept. 21, 2012, 2:27 p.m. UTC
# HG changeset patch
# User "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
# Date 1348237570 -7200
# Node ID f87414d1b7f0d5d417b7150eea300a6083d0df20
# Parent  06b663f297adb76149f089136a78e7d5999c63bd
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>

Comments

Yann E. MORIN Sept. 22, 2012, 10:45 p.m. UTC | #1
Benoît, All,

On Friday 21 September 2012 16:27:15 Benoît Thébaudeau wrote:
> # HG changeset patch
> # User "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
> # Date 1348237570 -7200
> # Node ID f87414d1b7f0d5d417b7150eea300a6083d0df20
> # Parent  06b663f297adb76149f089136a78e7d5999c63bd
> kernel/linux: update revisions

Applied as #df33992f9614. Thank you!

Regards,
Yann E. MORIN.
diff mbox

Patch

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,14 @@ 
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config KERNEL_V_3_5_4
+    bool
+    prompt "3.5.4"
+
+config KERNEL_V_3_5_3
+    bool
+    prompt "3.5.3"
+
 config KERNEL_V_3_5_2
     bool
     prompt "3.5.2"
@@ -38,25 +46,25 @@ 
     bool
     prompt "3.5"
 
-config KERNEL_V_3_4_9
+config KERNEL_V_3_4_11
     bool
-    prompt "3.4.9"
+    prompt "3.4.11"
 
 config KERNEL_V_3_3_8
     bool
     prompt "3.3.8"
 
-config KERNEL_V_3_2_28
+config KERNEL_V_3_2_30
     bool
-    prompt "3.2.28"
+    prompt "3.2.30"
 
 config KERNEL_V_3_1_10
     bool
     prompt "3.1.10"
 
-config KERNEL_V_3_0_41
+config KERNEL_V_3_0_43
     bool
-    prompt "3.0.41"
+    prompt "3.0.43"
 
 config KERNEL_V_2_6_39_4
     bool
@@ -147,14 +155,16 @@ 
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "3.5.4" if KERNEL_V_3_5_4
+    default "3.5.3" if KERNEL_V_3_5_3
     default "3.5.2" if KERNEL_V_3_5_2
     default "3.5.1" if KERNEL_V_3_5_1
     default "3.5" if KERNEL_V_3_5
-    default "3.4.9" if KERNEL_V_3_4_9
+    default "3.4.11" if KERNEL_V_3_4_11
     default "3.3.8" if KERNEL_V_3_3_8
-    default "3.2.28" if KERNEL_V_3_2_28
+    default "3.2.30" if KERNEL_V_3_2_30
     default "3.1.10" if KERNEL_V_3_1_10
-    default "3.0.41" if KERNEL_V_3_0_41
+    default "3.0.43" if KERNEL_V_3_0_43
     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