From patchwork Tue Apr 18 07:36:21 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 751711 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3w6cQF3CBkz9s3s for ; Tue, 18 Apr 2017 17:36:37 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5CC0D877EB; Tue, 18 Apr 2017 07:36:33 +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 G91LK-8DxgrC; Tue, 18 Apr 2017 07:36:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7DE80876B6; Tue, 18 Apr 2017 07:36: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 6BD691C0949 for ; Tue, 18 Apr 2017 07:36:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 35A6589A5E for ; Tue, 18 Apr 2017 07:36:27 +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 mgE2l2wsYJg3 for ; Tue, 18 Apr 2017 07:36:25 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by hemlock.osuosl.org (Postfix) with ESMTPS id A37DA88497 for ; Tue, 18 Apr 2017 07:36:25 +0000 (UTC) Received: from fwd15.aul.t-online.de (fwd15.aul.t-online.de [172.20.27.63]) by mailout02.t-online.de (Postfix) with SMTP id ACF6F41A7201 for ; Tue, 18 Apr 2017 09:36:23 +0200 (CEST) Received: from fli4l.lan.fli4l (EY099TZeQhF5vM3mq82-qLuIR7jghdtdKq2Vdhv8N1AhCbwAEg1rJ3kc8-v1DpVZmX@[79.222.106.186]) by fwd15.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1d0NgU-0U2SFU0; Tue, 18 Apr 2017 09:36:22 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:59454 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1d0NgT-0007NI-MW for buildroot@buildroot.org; Tue, 18 Apr 2017 09:36:21 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Tue, 18 Apr 2017 09:36:21 +0200 Message-Id: <20170418073621.5215-2-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170418073621.5215-1-bernd.kuhls@t-online.de> References: <20170418073621.5215-1-bernd.kuhls@t-online.de> X-ID: EY099TZeQhF5vM3mq82-qLuIR7jghdtdKq2Vdhv8N1AhCbwAEg1rJ3kc8-v1DpVZmX X-TOI-MSGID: 159f9105-22c4-4573-807a-da2cc0661548 Subject: [Buildroot] [PATCH 2/2] linux: bump default version to 4.10.11 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 2a295f7e5..d71a6afe3 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.10.10)" + bool "Latest version (4.10.11)" 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.10.10" if BR2_LINUX_KERNEL_LATEST_VERSION + default "4.10.11" 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