diff mbox series

[v2,1/2] linux-headers: bump 3.2.x and 4.{4, 9, 12, 13}.x series

Message ID 20170920075341.4610-1-bernd.kuhls@t-online.de
State Accepted
Commit b4afe7a8cf54c1e989829b30ad304f23a394f770
Headers show
Series [v2,1/2] linux-headers: bump 3.2.x and 4.{4, 9, 12, 13}.x series | expand

Commit Message

Bernd Kuhls Sept. 20, 2017, 7:53 a.m. UTC
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
v2: bump to 4.9.51, 4.12.14, 4.13.3

 package/linux-headers/Config.in.host | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Peter Korsgaard Sept. 20, 2017, 5:19 p.m. UTC | #1
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 > ---
 > v2: bump to 4.9.51, 4.12.14, 4.13.3

Committed, thanks.
Peter Korsgaard Sept. 21, 2017, 3:27 p.m. UTC | #2
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 > ---
 > v2: bump to 4.9.51, 4.12.14, 4.13.3

Committed to 2017.02.x, thanks (except for 4.12.x / 4.13.x)
Peter Korsgaard Oct. 16, 2017, 9:59 p.m. UTC | #3
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 > ---
 > v2: bump to 4.9.51, 4.12.14, 4.13.3

Committed to 2017.08.x, thanks.
diff mbox series

Patch

diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index d30dea0457..8bd3c07007 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -239,15 +239,15 @@  endchoice
 
 config BR2_DEFAULT_KERNEL_HEADERS
 	string
-	default "3.2.92"	if BR2_KERNEL_HEADERS_3_2
+	default "3.2.93"	if BR2_KERNEL_HEADERS_3_2
 	default "3.4.113"	if BR2_KERNEL_HEADERS_3_4
 	default "3.10.107"	if BR2_KERNEL_HEADERS_3_10
 	default "3.12.74"	if BR2_KERNEL_HEADERS_3_12
 	default "4.1.43"	if BR2_KERNEL_HEADERS_4_1
-	default "4.4.87"	if BR2_KERNEL_HEADERS_4_4
-	default "4.9.49"	if BR2_KERNEL_HEADERS_4_9
+	default "4.4.88"	if BR2_KERNEL_HEADERS_4_4
+	default "4.9.51"	if BR2_KERNEL_HEADERS_4_9
 	default "4.10.17"	if BR2_KERNEL_HEADERS_4_10
 	default "4.11.12"	if BR2_KERNEL_HEADERS_4_11
-	default "4.12.12"	if BR2_KERNEL_HEADERS_4_12
-	default "4.13.1"	if BR2_KERNEL_HEADERS_4_13
+	default "4.12.14"	if BR2_KERNEL_HEADERS_4_12
+	default "4.13.3"	if BR2_KERNEL_HEADERS_4_13
 	default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION