From patchwork Fri Aug 24 18:41:32 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 961978 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 AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41xqrL1Dljz9ryn for ; Sat, 25 Aug 2018 04:41:53 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 493B3878BC; Fri, 24 Aug 2018 18:41:51 +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 T730o5SUrQUZ; Fri, 24 Aug 2018 18:41:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 5BC1A86DEE; Fri, 24 Aug 2018 18:41:50 +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 E74801C08F2 for ; Fri, 24 Aug 2018 18:41:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id E47478612E for ; Fri, 24 Aug 2018 18:41:47 +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 sdvO8q_bcK-Z for ; Fri, 24 Aug 2018 18:41:47 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 2C8398610E for ; Fri, 24 Aug 2018 18:41:47 +0000 (UTC) Received: from fwd33.aul.t-online.de (fwd33.aul.t-online.de [172.20.27.144]) by mailout11.t-online.de (Postfix) with SMTP id 9DE5142173B1 for ; Fri, 24 Aug 2018 20:41:45 +0200 (CEST) Received: from fli4l.lan.fli4l (EwWErwZJYhkfiarK2EzVSDk4huefemvWlPvFz13acMLYviOvKeN7uoiogedPDNJga4@[91.58.2.49]) by fwd33.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1ftH1a-3geRN20; Fri, 24 Aug 2018 20:41:34 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:35762 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.91) (envelope-from ) id 1ftH1a-0000gh-Be for buildroot@buildroot.org; Fri, 24 Aug 2018 20:41:34 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Fri, 24 Aug 2018 20:41:32 +0200 Message-Id: <20180824184133.8508-2-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180824184133.8508-1-bernd.kuhls@t-online.de> References: <20180824184133.8508-1-bernd.kuhls@t-online.de> X-ID: EwWErwZJYhkfiarK2EzVSDk4huefemvWlPvFz13acMLYviOvKeN7uoiogedPDNJga4 X-TOI-MSGID: de443884-70d2-42df-8c82-e58e19e516ee Subject: [Buildroot] [PATCH/next 2/3] linux: bump default to version 4.18.5 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 13616d5d15..9ad11f1e39 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -120,7 +120,7 @@ endif config BR2_LINUX_KERNEL_VERSION string - default "4.18.4" if BR2_LINUX_KERNEL_LATEST_VERSION + default "4.18.5" if BR2_LINUX_KERNEL_LATEST_VERSION default "v4.4.130-cip23" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \ if BR2_LINUX_KERNEL_CUSTOM_VERSION