From patchwork Sat Aug 20 16:49:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 661156 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 3sGm5P5KLkz9sXy for ; Sun, 21 Aug 2016 02:49:29 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=BCh969pc; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 481A68AB40; Sat, 20 Aug 2016 16:49:28 +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 hXNUTTCZTEDs; Sat, 20 Aug 2016 16:49:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 04DF28AB3A; Sat, 20 Aug 2016 16:49:27 +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 B55EB1C2BF8 for ; Sat, 20 Aug 2016 16:49:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B2D1F8940C for ; Sat, 20 Aug 2016 16:49:25 +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 IUQc7pTjBIWI for ; Sat, 20 Aug 2016 16:49:25 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id EE03288A74 for ; Sat, 20 Aug 2016 16:49:24 +0000 (UTC) Received: from asgard (cpe-190-55-196-87.telecentro-reversos.com.ar [190.55.196.87] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.2/8.15.2) with ESMTPSA id u7KGnH7S019056 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 20 Aug 2016 16:49:20 GMT DMARC-Filter: OpenDMARC Filter v1.3.1 www.zacarias.com.ar u7KGnH7S019056 Authentication-Results: zacarias.com.ar; dmarc=fail header.from=zacarias.com.ar Authentication-Results: zacarias.com.ar; spf=pass smtp.mailfrom=gustavo@zacarias.com.ar DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1471711762; bh=XlaG13DGIqGNIzm5MzM9uwrySJTbC98dBQdmTltJzwU=; h=From:To:Cc:Subject:Date; b=BCh969pcno0jiXpC0qiXIIILfJ0mFKDaTUdFn/w5PUvQ/7+bxVnfOKfboaEokvCA/ xDm3OQqC9MP7tNZmisP+r2VmeajlMHUcts9wfzsPu92rpiD7z3Eicr1LQiin1+5u9g 6xI3Cz5v4QCilhfIL1v5VxQ50KQvHYCdknX/+DQg= Received: by asgard (sSMTP sendmail emulation); Sat, 20 Aug 2016 13:49:17 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sat, 20 Aug 2016 13:49:16 -0300 Message-Id: <1471711757-506-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.7.3 X-Virus-Scanned: clamav-milter 0.99 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] linux-headers: bump 3.14.x and 4.{4, 7}.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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Gustavo Zacarias --- 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 3384cb0..7bc7b4f 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -239,15 +239,15 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.4.112" if BR2_KERNEL_HEADERS_3_4 default "3.10.102" if BR2_KERNEL_HEADERS_3_10 default "3.12.62" if BR2_KERNEL_HEADERS_3_12 - default "3.14.76" if BR2_KERNEL_HEADERS_3_14 + default "3.14.77" if BR2_KERNEL_HEADERS_3_14 default "3.18.39" if BR2_KERNEL_HEADERS_3_18 default "3.19.8" if BR2_KERNEL_HEADERS_3_19 default "4.0.9" if BR2_KERNEL_HEADERS_4_0 default "4.1.30" if BR2_KERNEL_HEADERS_4_1 default "4.2.8" if BR2_KERNEL_HEADERS_4_2 default "4.3.6" if BR2_KERNEL_HEADERS_4_3 - default "4.4.18" if BR2_KERNEL_HEADERS_4_4 + default "4.4.19" if BR2_KERNEL_HEADERS_4_4 default "4.5.7" if BR2_KERNEL_HEADERS_4_5 default "4.6.7" if BR2_KERNEL_HEADERS_4_6 - default "4.7.1" if BR2_KERNEL_HEADERS_4_7 + default "4.7.2" if BR2_KERNEL_HEADERS_4_7 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION