All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
@ 2014-06-09 21:15 Gustavo Zacarias
  2014-06-10  7:32 ` Peter Korsgaard
  0 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2014-06-09 21:15 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 8b55954..82778cc 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -153,7 +153,7 @@ endchoice
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
 	default "3.0.101"	if BR2_KERNEL_HEADERS_3_0
-	default "3.2.59"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.60"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.92"	if BR2_KERNEL_HEADERS_3_4
 	default "3.8.13"	if BR2_KERNEL_HEADERS_3_8
 	default "3.9.11"	if BR2_KERNEL_HEADERS_3_9
-- 
1.8.5.5

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
  2014-06-09 21:15 [Buildroot] [PATCH] linux-headers: bump 3.2.x series Gustavo Zacarias
@ 2014-06-10  7:32 ` Peter Korsgaard
  0 siblings, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2014-06-10  7:32 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
  2018-01-02 12:09 Fabio Estevam
  2018-01-02 21:41 ` Thomas Petazzoni
@ 2018-01-08 21:51 ` Peter Korsgaard
  1 sibling, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2018-01-08 21:51 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabio" == Fabio Estevam <fabio.estevam@nxp.com> writes:

 > From: Fabio Estevam <festevam@gmail.com>
 > Signed-off-by: Fabio Estevam <festevam@gmail.com>

Committed to 2017.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
  2018-01-02 12:09 Fabio Estevam
@ 2018-01-02 21:41 ` Thomas Petazzoni
  2018-01-08 21:51 ` Peter Korsgaard
  1 sibling, 0 replies; 26+ messages in thread
From: Thomas Petazzoni @ 2018-01-02 21:41 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 2 Jan 2018 10:09:22 -0200, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@gmail.com>
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  package/linux-headers/Config.in.host | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
@ 2018-01-02 12:09 Fabio Estevam
  2018-01-02 21:41 ` Thomas Petazzoni
  2018-01-08 21:51 ` Peter Korsgaard
  0 siblings, 2 replies; 26+ messages in thread
From: Fabio Estevam @ 2018-01-02 12:09 UTC (permalink / raw)
  To: buildroot

From: Fabio Estevam <festevam@gmail.com>

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 6802217..4fcc7e1 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -247,7 +247,7 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "3.2.96"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.97"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.113"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.108"	if BR2_KERNEL_HEADERS_3_10
 	default "3.12.74"	if BR2_KERNEL_HEADERS_3_12
-- 
2.7.4

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
  2016-06-19  2:36 Gustavo Zacarias
@ 2016-06-19  8:52 ` Thomas Petazzoni
  0 siblings, 0 replies; 26+ messages in thread
From: Thomas Petazzoni @ 2016-06-19  8:52 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 18 Jun 2016 23:36:43 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/linux-headers/Config.in.host | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
@ 2016-06-19  2:36 Gustavo Zacarias
  2016-06-19  8:52 ` Thomas Petazzoni
  0 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2016-06-19  2:36 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index bafe575..441be3c 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -218,7 +218,7 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "3.2.80"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.81"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.112"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.102"	if BR2_KERNEL_HEADERS_3_10
 	default "3.12.60"	if BR2_KERNEL_HEADERS_3_12
-- 
2.7.3

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
@ 2016-05-01 21:47 Gustavo Zacarias
  0 siblings, 0 replies; 26+ messages in thread
From: Gustavo Zacarias @ 2016-05-01 21:47 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 2da947b..46f34e6 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -210,7 +210,7 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "3.2.79"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.80"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.112"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.101"	if BR2_KERNEL_HEADERS_3_10
 	default "3.12.59"	if BR2_KERNEL_HEADERS_3_12
-- 
2.7.3

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
  2016-04-01 12:02 Gustavo Zacarias
@ 2016-04-02 14:51 ` Thomas Petazzoni
  0 siblings, 0 replies; 26+ messages in thread
From: Thomas Petazzoni @ 2016-04-02 14:51 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri,  1 Apr 2016 09:02:02 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/linux-headers/Config.in.host | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
@ 2016-04-01 12:02 Gustavo Zacarias
  2016-04-02 14:51 ` Thomas Petazzoni
  0 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2016-04-01 12:02 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 31c4d24..72cd5e1 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -210,7 +210,7 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "3.2.78"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.79"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.111"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.101"	if BR2_KERNEL_HEADERS_3_10
 	default "3.12.56"	if BR2_KERNEL_HEADERS_3_12
-- 
2.7.3

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
  2015-12-31 10:55 Gustavo Zacarias
@ 2015-12-31 14:23 ` Thomas Petazzoni
  0 siblings, 0 replies; 26+ messages in thread
From: Thomas Petazzoni @ 2015-12-31 14:23 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Thu, 31 Dec 2015 07:55:10 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/linux-headers/Config.in.host | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
@ 2015-12-31 10:55 Gustavo Zacarias
  2015-12-31 14:23 ` Thomas Petazzoni
  0 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2015-12-31 10:55 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 1b8af0a..9fabb9e 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -199,7 +199,7 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "3.2.74"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.75"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.110"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.94"	if BR2_KERNEL_HEADERS_3_10
 	default "3.12.51"	if BR2_KERNEL_HEADERS_3_12
-- 
2.4.10

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
  2015-11-18 18:20 Gustavo Zacarias
@ 2015-11-18 20:54 ` Thomas Petazzoni
  0 siblings, 0 replies; 26+ messages in thread
From: Thomas Petazzoni @ 2015-11-18 20:54 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Wed, 18 Nov 2015 15:20:17 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/linux-headers/Config.in.host | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
@ 2015-11-18 18:20 Gustavo Zacarias
  2015-11-18 20:54 ` Thomas Petazzoni
  0 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2015-11-18 18:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 5f99cc1..560cad7 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -199,7 +199,7 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "3.2.72"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.73"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.110"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.93"	if BR2_KERNEL_HEADERS_3_10
 	default "3.12.50"	if BR2_KERNEL_HEADERS_3_12
-- 
2.4.10

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
  2015-10-14 14:11 Gustavo Zacarias
@ 2015-10-14 20:27 ` Thomas Petazzoni
  0 siblings, 0 replies; 26+ messages in thread
From: Thomas Petazzoni @ 2015-10-14 20:27 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Wed, 14 Oct 2015 11:11:05 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/linux-headers/Config.in.host | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
@ 2015-10-14 14:11 Gustavo Zacarias
  2015-10-14 20:27 ` Thomas Petazzoni
  0 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2015-10-14 14:11 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index adcf616..7001466 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -191,7 +191,7 @@ endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "3.2.71"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.72"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.109"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.90"	if BR2_KERNEL_HEADERS_3_10
 	default "3.12.49"	if BR2_KERNEL_HEADERS_3_12
-- 
2.4.9

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
  2015-01-02 12:59 Gustavo Zacarias
@ 2015-01-02 13:33 ` Peter Korsgaard
  0 siblings, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2015-01-02 13:33 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
@ 2015-01-02 12:59 Gustavo Zacarias
  2015-01-02 13:33 ` Peter Korsgaard
  0 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2015-01-02 12:59 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 35c88e4..ed994c1 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -172,7 +172,7 @@ endchoice
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
 	default "3.0.101"	if BR2_KERNEL_HEADERS_3_0
-	default "3.2.65"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.66"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.105"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.63"	if BR2_KERNEL_HEADERS_3_10
 	default "3.11.10"	if BR2_KERNEL_HEADERS_3_11
-- 
2.0.5

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
  2014-08-07 16:55 Gustavo Zacarias
@ 2014-08-07 20:15 ` Thomas Petazzoni
  0 siblings, 0 replies; 26+ messages in thread
From: Thomas Petazzoni @ 2014-08-07 20:15 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Thu,  7 Aug 2014 13:55:37 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/linux-headers/Config.in.host | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
@ 2014-08-07 16:55 Gustavo Zacarias
  2014-08-07 20:15 ` Thomas Petazzoni
  0 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2014-08-07 16:55 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 4d9378e..7514b00 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -156,7 +156,7 @@ endchoice
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
 	default "3.0.101"	if BR2_KERNEL_HEADERS_3_0
-	default "3.2.61"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.62"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.101"	if BR2_KERNEL_HEADERS_3_4
 	default "3.9.11"	if BR2_KERNEL_HEADERS_3_9
 	default "3.10.51"	if BR2_KERNEL_HEADERS_3_10
-- 
1.8.5.5

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
  2014-07-12 11:36 Gustavo Zacarias
@ 2014-07-12 12:31 ` Thomas Petazzoni
  0 siblings, 0 replies; 26+ messages in thread
From: Thomas Petazzoni @ 2014-07-12 12:31 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Sat, 12 Jul 2014 08:36:20 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/linux-headers/Config.in.host | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
@ 2014-07-12 11:36 Gustavo Zacarias
  2014-07-12 12:31 ` Thomas Petazzoni
  0 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2014-07-12 11:36 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 50c4da5..3a78596 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -148,7 +148,7 @@ endchoice
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
 	default "3.0.101"	if BR2_KERNEL_HEADERS_3_0
-	default "3.2.60"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.61"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.98"	if BR2_KERNEL_HEADERS_3_4
 	default "3.9.11"	if BR2_KERNEL_HEADERS_3_9
 	default "3.10.48"	if BR2_KERNEL_HEADERS_3_10
-- 
1.8.5.5

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
  2014-05-01 22:34 Gustavo Zacarias
@ 2014-05-02  7:25 ` Peter Korsgaard
  0 siblings, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2014-05-02  7:25 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
@ 2014-05-01 22:34 Gustavo Zacarias
  2014-05-02  7:25 ` Peter Korsgaard
  0 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2014-05-01 22:34 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 477e0af..df208bf 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -145,7 +145,7 @@ endchoice
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
 	default "3.0.101"	if BR2_KERNEL_HEADERS_3_0
-	default "3.2.57"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.58"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.88"	if BR2_KERNEL_HEADERS_3_4
 	default "3.8.13"	if BR2_KERNEL_HEADERS_3_8
 	default "3.9.11"	if BR2_KERNEL_HEADERS_3_9
-- 
1.8.3.2

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
  2014-04-02 11:15 Gustavo Zacarias
@ 2014-04-03 18:17 ` Thomas Petazzoni
  0 siblings, 0 replies; 26+ messages in thread
From: Thomas Petazzoni @ 2014-04-03 18:17 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Wed,  2 Apr 2014 08:15:52 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/linux-headers/Config.in.host | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] linux-headers: bump 3.2.x series
@ 2014-04-02 11:15 Gustavo Zacarias
  2014-04-03 18:17 ` Thomas Petazzoni
  0 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2014-04-02 11:15 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/linux-headers/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 470bf71..296f03e 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -158,7 +158,7 @@ endchoice
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
 	default "3.0.101"	if BR2_KERNEL_HEADERS_3_0
-	default "3.2.55"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.56"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.85"	if BR2_KERNEL_HEADERS_3_4
 	default "3.6.11"	if BR2_KERNEL_HEADERS_3_6
 	default "3.7.10"	if BR2_KERNEL_HEADERS_3_7
-- 
1.8.3.2

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

end of thread, other threads:[~2018-01-08 21:51 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-09 21:15 [Buildroot] [PATCH] linux-headers: bump 3.2.x series Gustavo Zacarias
2014-06-10  7:32 ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2018-01-02 12:09 Fabio Estevam
2018-01-02 21:41 ` Thomas Petazzoni
2018-01-08 21:51 ` Peter Korsgaard
2016-06-19  2:36 Gustavo Zacarias
2016-06-19  8:52 ` Thomas Petazzoni
2016-05-01 21:47 Gustavo Zacarias
2016-04-01 12:02 Gustavo Zacarias
2016-04-02 14:51 ` Thomas Petazzoni
2015-12-31 10:55 Gustavo Zacarias
2015-12-31 14:23 ` Thomas Petazzoni
2015-11-18 18:20 Gustavo Zacarias
2015-11-18 20:54 ` Thomas Petazzoni
2015-10-14 14:11 Gustavo Zacarias
2015-10-14 20:27 ` Thomas Petazzoni
2015-01-02 12:59 Gustavo Zacarias
2015-01-02 13:33 ` Peter Korsgaard
2014-08-07 16:55 Gustavo Zacarias
2014-08-07 20:15 ` Thomas Petazzoni
2014-07-12 11:36 Gustavo Zacarias
2014-07-12 12:31 ` Thomas Petazzoni
2014-05-01 22:34 Gustavo Zacarias
2014-05-02  7:25 ` Peter Korsgaard
2014-04-02 11:15 Gustavo Zacarias
2014-04-03 18:17 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.