From patchwork Sun Sep 9 14:34:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 967767 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.138; helo=whitealder.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 whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 427YbM6ZFyz9s3l for ; Mon, 10 Sep 2018 00:34:23 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D828886560; Sun, 9 Sep 2018 14:34:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5fUQG3KQUyxG; Sun, 9 Sep 2018 14:34:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 8422C8651C; Sun, 9 Sep 2018 14:34:20 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 3DCF81C2197 for ; Sun, 9 Sep 2018 14:34:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3B85685910 for ; Sun, 9 Sep 2018 14:34:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EWYd8NivA4WT for ; Sun, 9 Sep 2018 14:34:17 +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 fraxinus.osuosl.org (Postfix) with ESMTPS id 6E3D884CF4 for ; Sun, 9 Sep 2018 14:34:17 +0000 (UTC) Received: from fwd29.aul.t-online.de (fwd29.aul.t-online.de [172.20.26.134]) by mailout01.t-online.de (Postfix) with SMTP id A316D42C4C44 for ; Sun, 9 Sep 2018 16:34:15 +0200 (CEST) Received: from fli4l.lan.fli4l (Gov7xaZlYhW2GmyaOlGQ9flyVa8oMeYGw19tUCA+YZKCcuMfWaFP-+Qt0opQqKbw3w@[91.58.14.194]) by fwd29.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1fz0mz-2b6SVk0; Sun, 9 Sep 2018 16:34:13 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:35132 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.91) (envelope-from ) id 1fz0my-0003hK-Gj for buildroot@buildroot.org; Sun, 09 Sep 2018 16:34:12 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 9 Sep 2018 16:34:12 +0200 Message-Id: <20180909143412.27004-2-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180909143412.27004-1-bernd.kuhls@t-online.de> References: <20180909143412.27004-1-bernd.kuhls@t-online.de> X-ID: Gov7xaZlYhW2GmyaOlGQ9flyVa8oMeYGw19tUCA+YZKCcuMfWaFP-+Qt0opQqKbw3w X-TOI-MSGID: b7cb2549-00c6-433a-b41d-512d7b4f5313 Subject: [Buildroot] [PATCH 2/2] linux: bump default to version 4.18.7 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 --- linux/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Config.in b/linux/Config.in index 0c05e8bdcd..6a944b6731 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -120,7 +120,7 @@ endif config BR2_LINUX_KERNEL_VERSION string - default "4.18.5" if BR2_LINUX_KERNEL_LATEST_VERSION + default "4.18.7" if BR2_LINUX_KERNEL_LATEST_VERSION default "v4.4.138-cip25" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \ if BR2_LINUX_KERNEL_CUSTOM_VERSION