From patchwork Fri Jan 6 12:59:01 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 711901 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tw4Pv3GNFz9sf9 for ; Fri, 6 Jan 2017 23:59:31 +1100 (AEDT) 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="Tlujijsc"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 960A686FF2; Fri, 6 Jan 2017 12:59:27 +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 8dkOfh56lJq3; Fri, 6 Jan 2017 12:59:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 4598885CFE; Fri, 6 Jan 2017 12:59:23 +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 413381C1F94 for ; Fri, 6 Jan 2017 12:59:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 40C0985C3B for ; Fri, 6 Jan 2017 12:59:22 +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 Z9VHa1rvez6f for ; Fri, 6 Jan 2017 12:59:21 +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 6AAB981403 for ; Fri, 6 Jan 2017 12:59:21 +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 v06Cx4LR026844 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 6 Jan 2017 12:59:06 GMT DMARC-Filter: OpenDMARC Filter v1.3.1 www.zacarias.com.ar v06Cx4LR026844 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=1483707557; bh=7eKxP8Jclds4Poil27YyGJJHGtHDCAY0GH3TDYzNqfA=; h=From:To:Cc:Subject:Date; b=TlujijscqGMuLU0NL9RZAfasSXdU3B/slTSR1jzk7BnjRDnLcTMLTKMAJKkeGjQzn uYtnv4/MZPE5zTRvDvB1LF94JgfZCm8aSG8BeaLYR20pNQwXQyKd5G90Z/P3DhIRwk zzROdZyBFN4Q0U318iD8as/4zdEif21ctR3kMVwA= Received: by asgard (sSMTP sendmail emulation); Fri, 06 Jan 2017 09:59:02 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 6 Jan 2017 09:59:01 -0300 Message-Id: <20170106125902.30916-1-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.10.2 X-Virus-Scanned: clamav-milter 0.99 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] linux-headers: bump 4.{4, 8, 9}.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 967dfad..e96d45d 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -222,7 +222,7 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.19.8" if BR2_KERNEL_HEADERS_3_19 default "4.0.9" if BR2_KERNEL_HEADERS_4_0 default "4.1.37" if BR2_KERNEL_HEADERS_4_1 - default "4.4.39" if BR2_KERNEL_HEADERS_4_4 - default "4.8.15" if BR2_KERNEL_HEADERS_4_8 - default "4.9" if BR2_KERNEL_HEADERS_4_9 + default "4.4.40" if BR2_KERNEL_HEADERS_4_4 + default "4.8.16" if BR2_KERNEL_HEADERS_4_8 + default "4.9.1" if BR2_KERNEL_HEADERS_4_9 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION