From patchwork Mon May 15 11:36:11 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vicente Olivert Riera X-Patchwork-Id: 762431 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wRJSW51V3z9s3T for ; Mon, 15 May 2017 21:36:27 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id CA8952DCB3; Mon, 15 May 2017 11:36:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id md1VG5tPyweH; Mon, 15 May 2017 11:36:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 1029723140; Mon, 15 May 2017 11:36:24 +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 43EBD1C021F for ; Mon, 15 May 2017 11:36:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 383B685BAC for ; Mon, 15 May 2017 11:36:23 +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 IPRHX3Jf9VcT for ; Mon, 15 May 2017 11:36:22 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1396F85B9C for ; Mon, 15 May 2017 11:36:22 +0000 (UTC) Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id 4125B3BF920A4 for ; Mon, 15 May 2017 12:36:18 +0100 (IST) Received: from vriera-linux.le.imgtec.org (192.168.154.36) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server (TLS) id 14.3.294.0; Mon, 15 May 2017 12:36:20 +0100 From: Vicente Olivert Riera To: Date: Mon, 15 May 2017 12:36:11 +0100 Message-ID: <20170515113612.45653-1-Vincent.Riera@imgtec.com> X-Mailer: git-send-email 2.13.0 MIME-Version: 1.0 X-Originating-IP: [192.168.154.36] Subject: [Buildroot] [PATCH master 1/2] linux-headers: bump 4.{4, 9, 10, 11}.x series 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Vicente Olivert Riera --- package/linux-headers/Config.in.host | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index f851271cc..014ae70b5 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -227,8 +227,8 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.10.105" if BR2_KERNEL_HEADERS_3_10 default "3.12.74" if BR2_KERNEL_HEADERS_3_12 default "4.1.39" if BR2_KERNEL_HEADERS_4_1 - default "4.4.67" if BR2_KERNEL_HEADERS_4_4 - default "4.9.27" if BR2_KERNEL_HEADERS_4_9 - default "4.10.15" if BR2_KERNEL_HEADERS_4_10 - default "4.11" if BR2_KERNEL_HEADERS_4_11 + default "4.4.68" if BR2_KERNEL_HEADERS_4_4 + default "4.9.28" if BR2_KERNEL_HEADERS_4_9 + default "4.10.16" if BR2_KERNEL_HEADERS_4_10 + default "4.11.1" if BR2_KERNEL_HEADERS_4_11 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION