From patchwork Thu Apr 9 18:27:58 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 459791 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 4EB10140157 for ; Fri, 10 Apr 2015 04:28:26 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=T9cCARvF; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id C38E2335C7; Thu, 9 Apr 2015 18:28:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hZiEbs9-SUpy; Thu, 9 Apr 2015 18:28:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 57221335C9; Thu, 9 Apr 2015 18:28:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id CC06A1C244B for ; Thu, 9 Apr 2015 18:28:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AC40691ACE for ; Thu, 9 Apr 2015 18:28:13 +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 ctUHDs6ZKoB2 for ; Thu, 9 Apr 2015 18:28:12 +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 340A291ACA for ; Thu, 9 Apr 2015 18:28:11 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t39IS4td000574 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 9 Apr 2015 18:28:07 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1428604089; bh=ohbFKm/qzFa6bAk5GLRRB/iXAJ8TSl7B48W73l+kveY=; h=From:To:Cc:Subject:Date; b=T9cCARvF+9q6a2fT5+hQZF6xS8D7ocCVzDWfkpGpqPYOP8dP3uUrjcQPWHkxdggKG xm9zIHRJ2MfctYZMycE7oaeSRZBXfPXGoV+l42b/70ayRDuFXodPHwRs6H7psjOVD+ ynYLwsIpl9FlWh+t5dl7fEWxyZvFChaCaU8PE8a8= Received: by asgard (sSMTP sendmail emulation); Thu, 09 Apr 2015 15:27:58 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 9 Apr 2015 15:27:58 -0300 Message-Id: <1428604078-18994-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 X-Virus-Scanned: clamav-milter 0.98.6 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 b8f702e..1bfde7d 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -194,12 +194,12 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.4.106" if BR2_KERNEL_HEADERS_3_4 default "3.10.73" if BR2_KERNEL_HEADERS_3_10 default "3.11.10" if BR2_KERNEL_HEADERS_3_11 - default "3.12.39" if BR2_KERNEL_HEADERS_3_12 + default "3.12.40" if BR2_KERNEL_HEADERS_3_12 default "3.13.11" if BR2_KERNEL_HEADERS_3_13 default "3.14.37" if BR2_KERNEL_HEADERS_3_14 default "3.15.10" if BR2_KERNEL_HEADERS_3_15 default "3.16.7" if BR2_KERNEL_HEADERS_3_16 default "3.17.8" if BR2_KERNEL_HEADERS_3_17 - default "3.18.10" if BR2_KERNEL_HEADERS_3_18 + default "3.18.11" if BR2_KERNEL_HEADERS_3_18 default "3.19.3" if BR2_KERNEL_HEADERS_3_19 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION