From patchwork Fri Dec 9 12:45:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 704453 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 3tZsQm6KGNz9vFg for ; Fri, 9 Dec 2016 23:45:36 +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="N/RNI3tN"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D8D30897B6; Fri, 9 Dec 2016 12:45:29 +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 FqJa+0RXGPiG; Fri, 9 Dec 2016 12:45:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 639448977A; Fri, 9 Dec 2016 12:45: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 D466B1BFE6A for ; Fri, 9 Dec 2016 12:45:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D188C86911 for ; Fri, 9 Dec 2016 12:45: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 WU1eYJwIr4Pf for ; Fri, 9 Dec 2016 12:45:24 +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 3298B821AE for ; Fri, 9 Dec 2016 12:45:23 +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 uB9CjEXf026385 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 9 Dec 2016 12:45:17 GMT DMARC-Filter: OpenDMARC Filter v1.3.1 www.zacarias.com.ar uB9CjEXf026385 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=1481287519; bh=KxXOi6QvJs60WGd3+f29Hgwby4gtePb+c9I8Pu7x5oQ=; h=From:To:Cc:Subject:Date; b=N/RNI3tNWDID2qCUO0JWPwgNDSki4BQUwuAuryN+RwQN1xQU+hut6oahmJNSaI6nf Zd1TRkUIcDX2LlIJoFrO6qW1wCVdnXs+cfz+6Qw3UdTgY3Ifbs9KTY5waJgyP6MyXC 99NRawD8RugSy/aU/92b4ZtVpycTCAnRW7ysguEc= Received: by asgard (sSMTP sendmail emulation); Fri, 09 Dec 2016 09:45:13 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 9 Dec 2016 09:45:12 -0300 Message-Id: <1481287513-25960-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 4.{8, 4, 1}.x and 3.{18, 12}.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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 9cdd5fa..da17068 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -226,15 +226,15 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.2.84" if BR2_KERNEL_HEADERS_3_2 default "3.4.113" if BR2_KERNEL_HEADERS_3_4 default "3.10.104" if BR2_KERNEL_HEADERS_3_10 - default "3.12.67" if BR2_KERNEL_HEADERS_3_12 + default "3.12.68" if BR2_KERNEL_HEADERS_3_12 default "3.14.79" if BR2_KERNEL_HEADERS_3_14 - default "3.18.44" if BR2_KERNEL_HEADERS_3_18 + default "3.18.45" 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.35" if BR2_KERNEL_HEADERS_4_1 - default "4.4.36" if BR2_KERNEL_HEADERS_4_4 + default "4.1.36" if BR2_KERNEL_HEADERS_4_1 + default "4.4.37" 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.10" if BR2_KERNEL_HEADERS_4_7 - default "4.8.12" if BR2_KERNEL_HEADERS_4_8 + default "4.8.13" if BR2_KERNEL_HEADERS_4_8 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION