public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] kernel/linux: update revisions
@ 2012-11-15 19:53 Benoît Thébaudeau
  2012-11-15 20:12 ` Yann E. MORIN
  0 siblings, 1 reply; 8+ messages in thread
From: Benoît Thébaudeau @ 2012-11-15 19:53 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
# Date 1353009091 -3600
# Node ID 4b669b1e51901b6ec6b1391fdd266a74ef9f9116
# Parent  6cb56b3f2d344c07bcbde1f51a7d3a4b8e750942
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,18 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config KERNEL_V_3_6_6
+    bool
+    prompt "3.6.6"
+
+config KERNEL_V_3_6_5
+    bool
+    prompt "3.6.5"
+
+config KERNEL_V_3_6_4
+    bool
+    prompt "3.6.4"
+
 config KERNEL_V_3_6_3
     bool
     prompt "3.6.3"
@@ -46,25 +58,25 @@
     bool
     prompt "3.5.7"
 
-config KERNEL_V_3_4_15
+config KERNEL_V_3_4_18
     bool
-    prompt "3.4.15"
+    prompt "3.4.18"
 
 config KERNEL_V_3_3_8
     bool
     prompt "3.3.8"
 
-config KERNEL_V_3_2_32
+config KERNEL_V_3_2_33
     bool
-    prompt "3.2.32"
+    prompt "3.2.33"
 
 config KERNEL_V_3_1_10
     bool
     prompt "3.1.10"
 
-config KERNEL_V_3_0_48
+config KERNEL_V_3_0_51
     bool
-    prompt "3.0.48"
+    prompt "3.0.51"
 
 config KERNEL_V_2_6_39_4
     bool
@@ -155,16 +167,19 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "3.6.6" if KERNEL_V_3_6_6
+    default "3.6.5" if KERNEL_V_3_6_5
+    default "3.6.4" if KERNEL_V_3_6_4
     default "3.6.3" if KERNEL_V_3_6_3
     default "3.6.2" if KERNEL_V_3_6_2
     default "3.6.1" if KERNEL_V_3_6_1
     default "3.6" if KERNEL_V_3_6
     default "3.5.7" if KERNEL_V_3_5_7
-    default "3.4.15" if KERNEL_V_3_4_15
+    default "3.4.18" if KERNEL_V_3_4_18
     default "3.3.8" if KERNEL_V_3_3_8
-    default "3.2.32" if KERNEL_V_3_2_32
+    default "3.2.33" if KERNEL_V_3_2_33
     default "3.1.10" if KERNEL_V_3_1_10
-    default "3.0.48" if KERNEL_V_3_0_48
+    default "3.0.51" if KERNEL_V_3_0_51
     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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* kernel/linux: update revisions
  2012-11-15 19:53 [PATCH] kernel/linux: update revisions Benoît Thébaudeau
@ 2012-11-15 20:12 ` Yann E. MORIN
  0 siblings, 0 replies; 8+ messages in thread
From: Yann E. MORIN @ 2012-11-15 20:12 UTC (permalink / raw)
  To: Benoît Thébaudeau; +Cc: crossgcc

Benoît, All,

Your patch:
    kernel/linux: update revisions

has been applied as: #8453ccdc5098
    http://crosstool-ng.org/hg/crosstool-ng/rev/8453ccdc5098

Thank you!

Regards,
Yann E. MORIN.



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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* kernel/linux: update revisions
  2013-04-11 13:26 [PATCH] " Benoît Thébaudeau
@ 2013-04-12 21:12 ` Yann E. MORIN
  0 siblings, 0 replies; 8+ messages in thread
From: Yann E. MORIN @ 2013-04-12 21:12 UTC (permalink / raw)
  To: Benoît Thébaudeau,
	Yann E. MORIN
  Cc: crossgcc

Benoît, All,

Your patch:
    kernel/linux: update revisions

has been applied as: #9aa33c435b0b
    http://crosstool-ng.org/hg/crosstool-ng/rev/9aa33c435b0b

Thank you!

Regards,
Yann E. MORIN.



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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* kernel/linux: update revisions
  2013-03-14 21:06 [PATCH] " Benoît Thébaudeau
@ 2013-03-16 15:50 ` Yann E. MORIN
  0 siblings, 0 replies; 8+ messages in thread
From: Yann E. MORIN @ 2013-03-16 15:50 UTC (permalink / raw)
  To: Benoît Thébaudeau; +Cc: crossgcc

Benoît, All,

Your patch:
    kernel/linux: update revisions

has been applied as: #2c5c23be3102
    http://crosstool-ng.org/hg/crosstool-ng/rev/2c5c23be3102

Thank you!

Regards,
Yann E. MORIN.

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* kernel/linux: update revisions
  2013-02-19 12:10 [PATCH] " Benoît Thébaudeau
@ 2013-02-24 17:19 ` Yann E. MORIN
  0 siblings, 0 replies; 8+ messages in thread
From: Yann E. MORIN @ 2013-02-24 17:19 UTC (permalink / raw)
  To: Benoît Thébaudeau,
	Yann E. MORIN
  Cc: crossgcc

Benoît, All,

Your patch:
    kernel/linux: update revisions

has been applied as: #716e7d90cac2
    http://crosstool-ng.org/hg/crosstool-ng/rev/716e7d90cac2

Thank you!

Regards,
Yann E. MORIN.



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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* kernel/linux: update revisions
  2013-01-18 14:18 [PATCH] " Benoît Thébaudeau
@ 2013-01-19 16:19 ` Yann E. MORIN
  0 siblings, 0 replies; 8+ messages in thread
From: Yann E. MORIN @ 2013-01-19 16:19 UTC (permalink / raw)
  To: Benoît Thébaudeau; +Cc: crossgcc

Benoît, All,

Your patch:
    kernel/linux: update revisions

has been applied as: #09c2753d46ca
    http://crosstool-ng.org/hg/crosstool-ng/rev/09c2753d46ca

Thank you!

Regards,
Yann E. MORIN.



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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* kernel/linux: update revisions
  2012-12-11 11:56 [PATCH] " Benoît Thébaudeau
@ 2012-12-16 17:08 ` Yann E. MORIN
  0 siblings, 0 replies; 8+ messages in thread
From: Yann E. MORIN @ 2012-12-16 17:08 UTC (permalink / raw)
  To: Benoît Thébaudeau; +Cc: crossgcc

Benoît, All,

Your patch:
    kernel/linux: update revisions

has been applied as: #927ca2e79394
    http://crosstool-ng.org/hg/crosstool-ng/rev/927ca2e79394

Thank you!

Regards,
Yann E. MORIN.



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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* kernel/linux: update revisions
  2012-10-11 14:15 [PATCH] " Benoît Thébaudeau
@ 2012-10-11 18:51 ` Yann E. MORIN
  0 siblings, 0 replies; 8+ messages in thread
From: Yann E. MORIN @ 2012-10-11 18:51 UTC (permalink / raw)
  To: Benoît Thébaudeau; +Cc: crossgcc

"Benoît, All,

Your patch:
    kernel/linux: update revisions

has been applied as #0680e81009be. Thank you!

Regards,
Yann E. MORIN.



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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-04-12 21:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-15 19:53 [PATCH] kernel/linux: update revisions Benoît Thébaudeau
2012-11-15 20:12 ` Yann E. MORIN
  -- strict thread matches above, loose matches on Subject: below --
2013-04-11 13:26 [PATCH] " Benoît Thébaudeau
2013-04-12 21:12 ` Yann E. MORIN
2013-03-14 21:06 [PATCH] " Benoît Thébaudeau
2013-03-16 15:50 ` Yann E. MORIN
2013-02-19 12:10 [PATCH] " Benoît Thébaudeau
2013-02-24 17:19 ` Yann E. MORIN
2013-01-18 14:18 [PATCH] " Benoît Thébaudeau
2013-01-19 16:19 ` Yann E. MORIN
2012-12-11 11:56 [PATCH] " Benoît Thébaudeau
2012-12-16 17:08 ` Yann E. MORIN
2012-10-11 14:15 [PATCH] " Benoît Thébaudeau
2012-10-11 18:51 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).