From patchwork Thu Feb 18 12:53:20 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 584685 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 979D1140297 for ; Thu, 18 Feb 2016 23:53:37 +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=g/4g3fKd; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D4DE992324; Thu, 18 Feb 2016 12:53:35 +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 sMUghKSTjlIo; Thu, 18 Feb 2016 12:53:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 50EC6920CB; Thu, 18 Feb 2016 12:53:33 +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 462201C1591 for ; Thu, 18 Feb 2016 12:53:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 40D64920CB for ; Thu, 18 Feb 2016 12:53:32 +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 mdttiBjeb0Tk for ; Thu, 18 Feb 2016 12:53:31 +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 AF37E91EB6 for ; Thu, 18 Feb 2016 12:53:30 +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 u1ICrMLP007405 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 18 Feb 2016 12:53:25 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1455800007; bh=6IwMOCYh2pnOuR15O2NUspHSmuxC0vZfoDdPrs+Q91M=; h=From:To:Cc:Subject:Date; b=g/4g3fKdNBVUeZdfmH/625sIXPHTIMsIEoBBnndgpohcjzzZrAoiyabn3V4hBinYz dodth+rn057Hr34M6WcBNvtHF3qF5Kej2BtF4q4q7OVVQgKcqep1Ib4kH9KcmpeGA8 N9/MqYxk/ZLTYNPXEX8gJ6g1oAMRXe1KyK4m/VKk= Received: by asgard (sSMTP sendmail emulation); Thu, 18 Feb 2016 09:53:21 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 18 Feb 2016 09:53:20 -0300 Message-Id: <1455800001-18956-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.{2, 12, 14, 18}.x and 4.{1, 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index ad5ee2e..bdf99f5 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -207,17 +207,17 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string - default "3.2.76" if BR2_KERNEL_HEADERS_3_2 + default "3.2.77" if BR2_KERNEL_HEADERS_3_2 default "3.4.110" if BR2_KERNEL_HEADERS_3_4 default "3.10.96" if BR2_KERNEL_HEADERS_3_10 - default "3.12.53" if BR2_KERNEL_HEADERS_3_12 - default "3.14.60" if BR2_KERNEL_HEADERS_3_14 + default "3.12.54" if BR2_KERNEL_HEADERS_3_12 + default "3.14.61" if BR2_KERNEL_HEADERS_3_14 default "3.17.8" if BR2_KERNEL_HEADERS_3_17 - default "3.18.26" if BR2_KERNEL_HEADERS_3_18 + default "3.18.27" 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.17" if BR2_KERNEL_HEADERS_4_1 + default "4.1.18" if BR2_KERNEL_HEADERS_4_1 default "4.2.8" if BR2_KERNEL_HEADERS_4_2 default "4.3.5" if BR2_KERNEL_HEADERS_4_3 - default "4.4.1" if BR2_KERNEL_HEADERS_4_4 + default "4.4.2" if BR2_KERNEL_HEADERS_4_4 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION