From patchwork Fri Feb 26 16:56:53 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 589200 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]) by ozlabs.org (Postfix) with ESMTP id 28FE5140325 for ; Sat, 27 Feb 2016 03:57:08 +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=IfQ4AGLj; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 388E292066; Fri, 26 Feb 2016 16:57:07 +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 SFHmCdzOsM1g; Fri, 26 Feb 2016 16:57:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 1296692053; Fri, 26 Feb 2016 16:57:05 +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 D198B1C11DF for ; Fri, 26 Feb 2016 16:57:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CABF99205F for ; Fri, 26 Feb 2016 16:57:03 +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 s2vsb-+y3JE6 for ; Fri, 26 Feb 2016 16:57:02 +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 5B74892053 for ; Fri, 26 Feb 2016 16:57:02 +0000 (UTC) Received: from asgard (cpe-186-22-138-122.telecentro-reversos.com.ar [186.22.138.122] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id u1QGut0C031359 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 26 Feb 2016 16:56:57 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1456505819; bh=BD3XEbGoAe1RTsC8/gGmDb4agRuPBrwEGKVM9zNGhQg=; h=From:To:Cc:Subject:Date; b=IfQ4AGLjAeX4e2i4KmsDkrNc2U0O2KXMJb+yynzke7m3Fkt+nDgXXL034HFEGYTR/ PxXMEmLpVJJ1LSpAI7qZRapwUeTekhq8+mj+JcSKULcc6uMPT28pEA8aDZd9qDmrwp RMLo94n6PgeJfQc+kz+EZqyNpyhAESYMxQ93uBPo= Received: by asgard (sSMTP sendmail emulation); Fri, 26 Feb 2016 13:56:54 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 26 Feb 2016 13:56:53 -0300 Message-Id: <1456505814-23915-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.10 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] linux-headers: bump 3.{10, 14}.x and 4.4.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 30d7e4c..4a3651d 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -210,9 +210,9 @@ config BR2_DEFAULT_KERNEL_HEADERS string default "3.2.77" if BR2_KERNEL_HEADERS_3_2 default "3.4.110" if BR2_KERNEL_HEADERS_3_4 - default "3.10.97" if BR2_KERNEL_HEADERS_3_10 + default "3.10.98" if BR2_KERNEL_HEADERS_3_10 default "3.12.54" if BR2_KERNEL_HEADERS_3_12 - default "3.14.61" if BR2_KERNEL_HEADERS_3_14 + default "3.14.62" if BR2_KERNEL_HEADERS_3_14 default "3.17.8" if BR2_KERNEL_HEADERS_3_17 default "3.18.27" if BR2_KERNEL_HEADERS_3_18 default "3.19.8" if BR2_KERNEL_HEADERS_3_19 @@ -220,5 +220,5 @@ config BR2_DEFAULT_KERNEL_HEADERS default "4.1.18" 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.2" if BR2_KERNEL_HEADERS_4_4 + default "4.4.3" if BR2_KERNEL_HEADERS_4_4 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION