From patchwork Fri Apr 21 09:07:45 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: 753213 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 3w8VJJ5ttXz9s2P for ; Fri, 21 Apr 2017 19:08:00 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 048CE30EE2; Fri, 21 Apr 2017 09:07:58 +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 b02ZP3fybnne; Fri, 21 Apr 2017 09:07:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C6AF2306C4; Fri, 21 Apr 2017 09:07:56 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id B768D1C0562 for ; Fri, 21 Apr 2017 09:07:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A881689FA7 for ; Fri, 21 Apr 2017 09:07:55 +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 Qdk5AhdlLMKe for ; Fri, 21 Apr 2017 09:07:53 +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 whitealder.osuosl.org (Postfix) with ESMTP id 787FE89FA4 for ; Fri, 21 Apr 2017 09:07:53 +0000 (UTC) Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id 2C2AF3615622B for ; Fri, 21 Apr 2017 10:07:49 +0100 (IST) Received: from vriera-linux.le.imgtec.org (192.168.154.96) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server (TLS) id 14.3.294.0; Fri, 21 Apr 2017 10:07:51 +0100 From: Vicente Olivert Riera To: Date: Fri, 21 Apr 2017 10:07:45 +0100 Message-ID: <20170421090746.50195-1-Vincent.Riera@imgtec.com> X-Mailer: git-send-email 2.10.2 MIME-Version: 1.0 X-Originating-IP: [192.168.154.96] Subject: [Buildroot] [PATCH 1/2] linux-headers: bump 4.{4,9,10}.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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 7a62442..b574e65 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -218,7 +218,7 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.10.105" if BR2_KERNEL_HEADERS_3_10 default "3.12.73" if BR2_KERNEL_HEADERS_3_12 default "4.1.39" if BR2_KERNEL_HEADERS_4_1 - default "4.4.62" if BR2_KERNEL_HEADERS_4_4 - default "4.9.23" if BR2_KERNEL_HEADERS_4_9 - default "4.10.11" if BR2_KERNEL_HEADERS_4_10 + default "4.4.63" if BR2_KERNEL_HEADERS_4_4 + default "4.9.24" if BR2_KERNEL_HEADERS_4_9 + default "4.10.12" if BR2_KERNEL_HEADERS_4_10 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION