From: Fabio Estevam <festevam@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] linux-headers: bump 4.{4, 9, 14}.x series
Date: Wed, 17 Jan 2018 09:24:38 -0200 [thread overview]
Message-ID: <1516188278-27271-2-git-send-email-festevam@gmail.com> (raw)
In-Reply-To: <1516188278-27271-1-git-send-email-festevam@gmail.com>
From: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
| 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host
index 04b5cb8..46a6045 100644
--- a/package/linux-headers/Config.in.host
+++ b/package/linux-headers/Config.in.host
@@ -252,11 +252,11 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "3.10.108" if BR2_KERNEL_HEADERS_3_10
default "3.12.74" if BR2_KERNEL_HEADERS_3_12
default "4.1.48" if BR2_KERNEL_HEADERS_4_1
- default "4.4.111" if BR2_KERNEL_HEADERS_4_4
- default "4.9.76" if BR2_KERNEL_HEADERS_4_9
+ default "4.4.112" if BR2_KERNEL_HEADERS_4_4
+ default "4.9.77" 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.14" if BR2_KERNEL_HEADERS_4_12
default "4.13.16" if BR2_KERNEL_HEADERS_4_13
- default "4.14.13" if BR2_KERNEL_HEADERS_4_14
+ default "4.14.14" if BR2_KERNEL_HEADERS_4_14
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
--
2.7.4
next prev parent reply other threads:[~2018-01-17 11:24 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-17 11:24 [Buildroot] [PATCH 1/2] linux: bump default to version 4.14.14 Fabio Estevam
2018-01-17 11:24 ` Fabio Estevam [this message]
2018-01-21 20:23 ` [Buildroot] [PATCH 2/2] linux-headers: bump 4.{4, 9, 14}.x series Peter Korsgaard
2018-01-17 21:27 ` [Buildroot] [PATCH 1/2] linux: bump default to version 4.14.14 Thomas Petazzoni
-- strict thread matches above, loose matches on Subject: below --
2018-01-23 21:14 [Buildroot] [PATCH 1/2] linux: bump default to version 4.14.15 Fabio Estevam
2018-01-23 21:14 ` [Buildroot] [PATCH 2/2] linux-headers: bump 4.{4, 9, 14}.x series Fabio Estevam
2018-01-26 8:31 ` Peter Korsgaard
2018-01-10 12:02 [Buildroot] [PATCH 1/2] linux: bump default to version 4.14.13 Fabio Estevam
2018-01-10 12:02 ` [Buildroot] [PATCH 2/2] linux-headers: bump 4.{4, 9, 14}.x series Fabio Estevam
2018-01-10 18:54 ` Peter Korsgaard
2018-01-05 15:35 [Buildroot] [PATCH 1/2] linux: bump default to version 4.14.12 Fabio Estevam
2018-01-05 15:35 ` [Buildroot] [PATCH 2/2] linux-headers: bump 4.{4, 9, 14}.x series Fabio Estevam
2018-01-05 17:26 ` Peter Korsgaard
2018-01-08 21:51 ` Peter Korsgaard
2018-01-02 23:32 [Buildroot] [PATCH 1/2] linux: bump default to version 4.14.11 Fabio Estevam
2018-01-02 23:32 ` [Buildroot] [PATCH 2/2] linux-headers: bump 4.{4, 9, 14}.x series Fabio Estevam
2018-01-08 21:51 ` Peter Korsgaard
2017-12-20 12:36 [Buildroot] [PATCH 1/2] linux: bump default to version 4.14.8 Fabio Estevam
2017-12-20 12:36 ` [Buildroot] [PATCH 2/2] linux-headers: bump 4.{4, 9, 14}.x series Fabio Estevam
2017-12-20 16:46 ` Peter Korsgaard
2017-12-10 14:44 [Buildroot] [PATCH 1/2] linux: bump default to version 4.14.5 Fabio Estevam
2017-12-10 14:44 ` [Buildroot] [PATCH 2/2] linux-headers: bump 4.{4, 9, 14}.x series Fabio Estevam
2017-12-10 19:58 ` Peter Korsgaard
2017-12-05 12:18 [Buildroot] [PATCH 1/2] linux: bump default to version 4.14.4 Fabio Estevam
2017-12-05 12:18 ` [Buildroot] [PATCH 2/2] linux-headers: bump 4.{4, 9, 14}.x series Fabio Estevam
2017-12-05 19:45 ` Bernd Kuhls
2017-12-07 21:08 ` Peter Korsgaard
2017-12-27 10:00 ` Peter Korsgaard
2017-12-01 21:10 [Buildroot] [PATCH 1/2] linux: bump default to version 4.14.3 Fabio Estevam
2017-12-01 21:10 ` [Buildroot] [PATCH 2/2] linux-headers: bump 4.{4, 9, 14}.x series Fabio Estevam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1516188278-27271-2-git-send-email-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox