From patchwork Mon Aug 7 06:19:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 798487 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@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=) 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 3xQnRs67Wgz9t2S for ; Mon, 7 Aug 2017 16:19:21 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id ACFD786622; Mon, 7 Aug 2017 06:19:15 +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 X+VboCrtkx-Q; Mon, 7 Aug 2017 06:19:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id CF9E986667; Mon, 7 Aug 2017 06:19:14 +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 5BEDE1C00E9 for ; Mon, 7 Aug 2017 06:19:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5727085919 for ; Mon, 7 Aug 2017 06:19:13 +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 xoMsu9S49Ebw for ; Mon, 7 Aug 2017 06:19:12 +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 65B1884DA6 for ; Mon, 7 Aug 2017 06:19:12 +0000 (UTC) Received: from fwd10.aul.t-online.de (fwd10.aul.t-online.de [172.20.26.152]) by mailout01.t-online.de (Postfix) with SMTP id E77F14205763 for ; Mon, 7 Aug 2017 08:19:09 +0200 (CEST) Received: from fli4l.lan.fli4l (VgazBuZvwhDNekRpDam3ilO897ur6V+FA54ASfVuIh8OSHXieRkSPERp-wJDr+xZXr@[79.228.29.67]) by fwd10.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1debNZ-0BimGG0; Mon, 7 Aug 2017 08:19:05 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:35498 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1debNY-0003gR-OK for buildroot@buildroot.org; Mon, 07 Aug 2017 08:19:05 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Mon, 7 Aug 2017 08:19:03 +0200 Message-Id: <20170807061903.22333-2-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170807061903.22333-1-bernd.kuhls@t-online.de> References: <20170807061903.22333-1-bernd.kuhls@t-online.de> X-ID: VgazBuZvwhDNekRpDam3ilO897ur6V+FA54ASfVuIh8OSHXieRkSPERp-wJDr+xZXr X-TOI-MSGID: 68dc7fd2-9362-4289-ae71-c361ba39989c Subject: [Buildroot] [PATCH 2/2] linux: bump default to version 4.12.5 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/Config.in b/linux/Config.in index 1622f0196..ae47e3f10 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -26,7 +26,7 @@ choice prompt "Kernel version" config BR2_LINUX_KERNEL_LATEST_VERSION - bool "Latest version (4.12.4)" + bool "Latest version (4.12.5)" config BR2_LINUX_KERNEL_LATEST_CIP_VERSION bool "Latest CIP SLTS version (v4.4.55-cip3)" @@ -116,7 +116,7 @@ endif config BR2_LINUX_KERNEL_VERSION string - default "4.12.4" if BR2_LINUX_KERNEL_LATEST_VERSION + default "4.12.5" if BR2_LINUX_KERNEL_LATEST_VERSION default "v4.4.55-cip3" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \ if BR2_LINUX_KERNEL_CUSTOM_VERSION