From patchwork Mon Sep 10 21:13:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 968243 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 428LPg3zgwz9s3l for ; Tue, 11 Sep 2018 07:13:43 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A9822240C0; Mon, 10 Sep 2018 21:13:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l6Nsf+sfsAYV; Mon, 10 Sep 2018 21:13:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 9E4E523EA3; Mon, 10 Sep 2018 21:13:39 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id DC4701C0945 for ; Mon, 10 Sep 2018 21:13:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D9BAF877B3 for ; Mon, 10 Sep 2018 21:13:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SMZphFv3448B for ; Mon, 10 Sep 2018 21:13:37 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by hemlock.osuosl.org (Postfix) with ESMTPS id 8573587779 for ; Mon, 10 Sep 2018 21:13:37 +0000 (UTC) Received: from fwd23.aul.t-online.de (fwd23.aul.t-online.de [172.20.26.128]) by mailout01.t-online.de (Postfix) with SMTP id CE74942116DC for ; Mon, 10 Sep 2018 23:13:34 +0200 (CEST) Received: from fli4l.lan.fli4l (r1gClrZJwhXywURpvWiKdP6LtfTlv+ZnbO9kgKjubIktE0zA9dgRKfvuj0AD3dkgLZ@[91.58.13.81]) by fwd23.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1fzTUz-0xXud60; Mon, 10 Sep 2018 23:13:33 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:33226 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.91) (envelope-from ) id 1fzTUz-0006sW-3X for buildroot@buildroot.org; Mon, 10 Sep 2018 23:13:33 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Mon, 10 Sep 2018 23:13:33 +0200 Message-Id: <20180910211333.8892-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.18.0 X-ID: r1gClrZJwhXywURpvWiKdP6LtfTlv+ZnbO9kgKjubIktE0zA9dgRKfvuj0AD3dkgLZ X-TOI-MSGID: e9394ca8-bdfd-4adc-ad1a-063e2e460637 Subject: [Buildroot] [PATCH 1/1] linux-headers: bump 4.{4, 9, 14}.x series X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/linux-headers/Config.in.host | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index cc2d86db3a..e11f07f0b0 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -254,9 +254,9 @@ config BR2_DEFAULT_KERNEL_HEADERS string default "3.2.102" if BR2_KERNEL_HEADERS_3_2 default "4.1.52" if BR2_KERNEL_HEADERS_4_1 - default "4.4.154" if BR2_KERNEL_HEADERS_4_4 - default "4.9.125" if BR2_KERNEL_HEADERS_4_9 - default "4.14.68" if BR2_KERNEL_HEADERS_4_14 + default "4.4.155" if BR2_KERNEL_HEADERS_4_4 + default "4.9.126" if BR2_KERNEL_HEADERS_4_9 + default "4.14.69" if BR2_KERNEL_HEADERS_4_14 default "4.16.18" if BR2_KERNEL_HEADERS_4_16 default "4.18.7" if BR2_KERNEL_HEADERS_4_18 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION