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 3 of 3] Add updated kernel versions: 3.2.7 and 3.2.8


# HG changeset patch
# User "Bryan Hundven" <bryanhundven@gmail.com>
# Date 1330644229 28800
# Node ID dd02f4d95c66dcb10d6e258edfe6d48f5bfc8f3f
# Parent  85ff80f395067f7b07dd2558f9c8a7357f18cbf9
Add updated kernel versions: 3.2.7 and 3.2.8

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>

diff -r 85ff80f39506 -r dd02f4d95c66 config/kernel/linux.in
--- a/config/kernel/linux.in	Thu Mar 01 15:23:49 2012 -0800
+++ b/config/kernel/linux.in	Thu Mar 01 15:23:49 2012 -0800
@@ -26,6 +26,14 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config KERNEL_V_3_2_8
+    bool
+    prompt "3.2.8"
+
+config KERNEL_V_3_2_7
+    bool
+    prompt "3.2.7"
+
 config KERNEL_V_3_2_6
     bool
     prompt "3.2.6"
@@ -151,6 +159,8 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "3.2.8" if KERNEL_V_3_2_8
+    default "3.2.7" if KERNEL_V_3_2_7
     default "3.2.6" if KERNEL_V_3_2_6
     default "3.2.5" if KERNEL_V_3_2_5
     default "3.2.4" if KERNEL_V_3_2_4

--
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]