From patchwork Mon May 19 12:31:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 350232 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 5B8C61400A3 for ; Mon, 19 May 2014 22:31:55 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 048608B0F4; Mon, 19 May 2014 12:31:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xfSFKRTlYVf9; Mon, 19 May 2014 12:31:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id DB6CD8B5FD; Mon, 19 May 2014 12:31:52 +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 BA1951BFA7E for ; Mon, 19 May 2014 12:31:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B722B8B5C4 for ; Mon, 19 May 2014 12:31:51 +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 ZhQPDODHZDor for ; Mon, 19 May 2014 12:31:50 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5E1818B5C8 for ; Mon, 19 May 2014 12:31:50 +0000 (UTC) Received: from asgard (host152.190-227-169.telecom.net.ar [190.227.169.152]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.8/8.14.8) with ESMTP id s4JCVhiZ008635 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 19 May 2014 12:31:46 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1400502708; bh=4JfHGtzkJfuJ6UsZ8VvEdMcPW6feZl4PS7q3T/O0pCE=; h=From:To:Cc:Subject:Date; b=jyWMRUwZ5dJ2/hAwxFhk28AChZ0LRUc5TrMNrtCV6WfpzwMX4Fv+JQaDd52pimlC6 InxDwSXUGOCrAZnFWbjj+4cf21/zv68C5tbWKh6YEPKVJktjPlAPTk6si3FJQWNNKd +EGnrgv5x0RVwLEYOAvOUbToSFLbf2LsGuHGAG+g= Received: by asgard (sSMTP sendmail emulation); Mon, 19 May 2014 09:31:37 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 19 May 2014 09:31:37 -0300 Message-Id: <1400502697-10117-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.5.5 X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] linux-headers: bump 3.{2,4,12}.x series X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net 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 d1b18cf..7c688ef 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -145,13 +145,13 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string default "3.0.101" if BR2_KERNEL_HEADERS_3_0 - default "3.2.58" if BR2_KERNEL_HEADERS_3_2 - default "3.4.90" if BR2_KERNEL_HEADERS_3_4 + default "3.2.59" if BR2_KERNEL_HEADERS_3_2 + default "3.4.91" if BR2_KERNEL_HEADERS_3_4 default "3.8.13" if BR2_KERNEL_HEADERS_3_8 default "3.9.11" if BR2_KERNEL_HEADERS_3_9 default "3.10.40" if BR2_KERNEL_HEADERS_3_10 default "3.11.10" if BR2_KERNEL_HEADERS_3_11 - default "3.12.19" if BR2_KERNEL_HEADERS_3_12 + default "3.12.20" if BR2_KERNEL_HEADERS_3_12 default "3.13.11" if BR2_KERNEL_HEADERS_3_13 default "3.14.4" if BR2_KERNEL_HEADERS_3_14 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION