From patchwork Sat Jul 28 08:12:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 950466 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.133; helo=hemlock.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 hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41cz8c5JrLz9ryt for ; Sat, 28 Jul 2018 18:12:32 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id EA719891D6; Sat, 28 Jul 2018 08:12:29 +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 12u3n2GV+nPT; Sat, 28 Jul 2018 08:12:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 60860891E1; Sat, 28 Jul 2018 08:12:29 +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 0AB701C2552 for ; Sat, 28 Jul 2018 08:12:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 086B6891E1 for ; Sat, 28 Jul 2018 08:12:26 +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 HSsK3gGg+qDs for ; Sat, 28 Jul 2018 08:12:18 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by hemlock.osuosl.org (Postfix) with ESMTPS id A596D891D6 for ; Sat, 28 Jul 2018 08:12:18 +0000 (UTC) Received: from fwd08.aul.t-online.de (fwd08.aul.t-online.de [172.20.26.151]) by mailout03.t-online.de (Postfix) with SMTP id F11A44260B51 for ; Sat, 28 Jul 2018 10:12:15 +0200 (CEST) Received: from fli4l.lan.fli4l (ZwR6f0ZBwhaAYcx2uHoa+yTMJ366ImA2l7d65r1GLxzhAQQnv6uFVIYS7xiGiAdQMc@[91.58.13.130]) by fwd08.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1fjKKg-0mQX1E0; Sat, 28 Jul 2018 10:12:10 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:52450 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.91) (envelope-from ) id 1fjKKg-0003cZ-5y for buildroot@buildroot.org; Sat, 28 Jul 2018 10:12:10 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 28 Jul 2018 10:12:09 +0200 Message-Id: <20180728081209.5766-2-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180728081209.5766-1-bernd.kuhls@t-online.de> References: <20180728081209.5766-1-bernd.kuhls@t-online.de> X-ID: ZwR6f0ZBwhaAYcx2uHoa+yTMJ366ImA2l7d65r1GLxzhAQQnv6uFVIYS7xiGiAdQMc X-TOI-MSGID: 2c0cc14f-5a7e-4338-86d2-df3bf84d72f1 Subject: [Buildroot] [PATCH 2/2] linux: bump default to version 4.17.11 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 5beac16170..d30489e254 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -120,7 +120,7 @@ endif config BR2_LINUX_KERNEL_VERSION string - default "4.17.10" if BR2_LINUX_KERNEL_LATEST_VERSION + default "4.17.11" 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