diff mbox

kernel/linux: update linux kernel headers

Message ID 424a44a11e7051d8d894.1392963455@haus-VirtualBox
State Accepted
Commit 7c9145db4314
Headers show

Commit Message

Daniel Zimmermann Feb. 21, 2014, 6:17 a.m. UTC
# HG changeset patch
# User Daniel Zimmermann <netzimme@gmail.com>
# Date 1392963453 -3600
#      Fri Feb 21 07:17:33 2014 +0100
# Node ID 424a44a11e7051d8d89441fc3df0ee4794440a17
# Parent  bddc642fc8eb82c4eb8f5962f7be680d09e7b6a0
kernel/linux: update linux kernel headers

update linux kernel headers to a newer version

Signed-off-by: '"Daniel Zimmermann" <netzimme@gmail.com>'


--
For unsubscribe information see http://sourceware.org/lists.html#faq

Comments

Yann E. MORIN May 5, 2014, 10:52 p.m. UTC | #1
Daniel, All,

Your patch:
    kernel/linux: update linux kernel headers

has been applied as: #7c9145db4314
    http://crosstool-ng.org/hg/crosstool-ng/rev/7c9145db4314

Thank you!

Regards,
Yann E. MORIN.



--
For unsubscribe information see http://sourceware.org/lists.html#faq
diff mbox

Patch

diff -r bddc642fc8eb -r 424a44a11e70 config/kernel/linux.in
--- a/config/kernel/linux.in	Tue Feb 04 07:40:45 2014 +0000
+++ b/config/kernel/linux.in	Fri Feb 21 07:17:33 2014 +0100
@@ -26,17 +26,21 @@ 
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config KERNEL_V_3_13
+    bool
+    prompt "3.13.4"
+
 config KERNEL_V_3_12
     bool
-    prompt "3.12"
+    prompt "3.12.12"
 
 config KERNEL_V_3_11
     bool
-    prompt "3.11.8"
+    prompt "3.11.10"
 
 config KERNEL_V_3_10
     bool
-    prompt "3.10.19"
+    prompt "3.10.31 (longterm)"
 
 config KERNEL_V_3_9
     bool
@@ -60,7 +64,7 @@ 
 
 config KERNEL_V_3_4
     bool
-    prompt "3.4.69"
+    prompt "3.4.81 (longterm)"
 
 config KERNEL_V_3_3
     bool
@@ -68,7 +72,7 @@ 
 
 config KERNEL_V_3_2
     bool
-    prompt "3.2.52"
+    prompt "3.2.55"
 
 config KERNEL_V_3_1
     bool
@@ -167,17 +171,18 @@ 
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "3.12" if KERNEL_V_3_12
-    default "3.11.8" if KERNEL_V_3_11
-    default "3.10.19" if KERNEL_V_3_10
+    default "3.13.4" if KERNEL_V_3_13
+    default "3.12.12" if KERNEL_V_3_12
+    default "3.11.10" if KERNEL_V_3_11
+    default "3.10.31" if KERNEL_V_3_10
     default "3.9.11" if KERNEL_V_3_9
     default "3.8.13.9" if KERNEL_V_3_8
     default "3.7.10" if KERNEL_V_3_7
     default "3.6.11" if KERNEL_V_3_6
     default "3.5.7.25" if KERNEL_V_3_5
-    default "3.4.69" if KERNEL_V_3_4
+    default "3.4.81" if KERNEL_V_3_4
     default "3.3.8" if KERNEL_V_3_3
-    default "3.2.52" if KERNEL_V_3_2
+    default "3.2.55" if KERNEL_V_3_2
     default "3.1.10" if KERNEL_V_3_1
     default "3.0.101" if KERNEL_V_3_0
     default "2.6.39.4" if KERNEL_V_2_6_39