From patchwork Tue Nov 3 21:48:53 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 539619 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 92C471402D0 for ; Wed, 4 Nov 2015 08:49:50 +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=aYkyKRHQ; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 705C689D44; Tue, 3 Nov 2015 21:49:49 +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 ctW+WorRFQOi; Tue, 3 Nov 2015 21:49:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 5838789128; Tue, 3 Nov 2015 21:49:47 +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 0B8841C1520 for ; Tue, 3 Nov 2015 21:49:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0065D89035 for ; Tue, 3 Nov 2015 21:49:46 +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 1AKYD-BTuVPT for ; Tue, 3 Nov 2015 21:49:44 +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 5CD5789128 for ; Tue, 3 Nov 2015 21:49:44 +0000 (UTC) Received: from asgard (cpe-186-22-136-136.telecentro-reversos.com.ar [186.22.136.136] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id tA3Lnboi013200 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 3 Nov 2015 21:49:39 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1446587381; bh=C3idsLFVxDb4Nge7rOTmh7gCyEkygVHczH43mhxnwCs=; h=From:To:Cc:Subject:Date; b=aYkyKRHQK7ZCSS7QpoWIyiv6D6UkkLQdcB1ih8ZUAJR2pjqV/YD0I+HvT/RfKf4s0 PbUkOqKlkuBDlTmOOy7VGy3MtmcBdhi6lpientgoffCsTl7vANt2gnH3q3S3SW0ad1 Lh2hgDEAIBw+IoBWMfvsRr091WzztkqlbsiEaid0= Received: by asgard (sSMTP sendmail emulation); Tue, 03 Nov 2015 18:48:53 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 3 Nov 2015 18:48:53 -0300 Message-Id: <1446587333-23031-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] linux-headers: bump 3.{12, 18}.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 913cc2a..d2686b6 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -202,11 +202,11 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.2.72" if BR2_KERNEL_HEADERS_3_2 default "3.4.110" if BR2_KERNEL_HEADERS_3_4 default "3.10.92" if BR2_KERNEL_HEADERS_3_10 - default "3.12.49" if BR2_KERNEL_HEADERS_3_12 + default "3.12.50" if BR2_KERNEL_HEADERS_3_12 default "3.14.56" if BR2_KERNEL_HEADERS_3_14 default "3.16.7" if BR2_KERNEL_HEADERS_3_16 default "3.17.8" if BR2_KERNEL_HEADERS_3_17 - default "3.18.23" if BR2_KERNEL_HEADERS_3_18 + default "3.18.24" 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.12" if BR2_KERNEL_HEADERS_4_1