From patchwork Thu Dec 31 10:55:10 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 561884 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 3FBCF140B12 for ; Thu, 31 Dec 2015 21:55:25 +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=V3CtXcjZ; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 526A032DEE; Thu, 31 Dec 2015 10:55: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 DkKxPGEcwuzn; Thu, 31 Dec 2015 10:55:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 6683D329BC; Thu, 31 Dec 2015 10:55:22 +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 888571C11ED for ; Thu, 31 Dec 2015 10:55:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6A91991A35 for ; Thu, 31 Dec 2015 10:55:21 +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 mLg78OIlHOs5 for ; Thu, 31 Dec 2015 10:55:20 +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 D66CF91C1A for ; Thu, 31 Dec 2015 10:55:19 +0000 (UTC) Received: from asgard (cpe-181-46-100-24.telecentro-reversos.com.ar [181.46.100.24] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id tBVAtBxW016736 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 31 Dec 2015 10:55:14 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1451559316; bh=muabtDDPsSnornoJKtlF4WnXusg7fvS2ysM/CRKtHhE=; h=From:To:Cc:Subject:Date; b=V3CtXcjZsjVPC6oBtofkAXgbeZuqqfhCX5RDTVnpVgCt+QuPU9KOpZeOBcmTES3MP Vn/M2kGDKiu1ytwIccUNLmUqStk6yNtt0jl+JM/yWHT1rbKFcfGmpzJgJqhUWX7/X5 qqdTB4edzQpHVyepVWXxW8C0Ru3n1ip0rYTwE/4s= Received: by asgard (sSMTP sendmail emulation); Thu, 31 Dec 2015 07:55:10 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 31 Dec 2015 07:55:10 -0300 Message-Id: <1451559310-13919-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.2.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 1b8af0a..9fabb9e 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -199,7 +199,7 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string - default "3.2.74" if BR2_KERNEL_HEADERS_3_2 + default "3.2.75" if BR2_KERNEL_HEADERS_3_2 default "3.4.110" if BR2_KERNEL_HEADERS_3_4 default "3.10.94" if BR2_KERNEL_HEADERS_3_10 default "3.12.51" if BR2_KERNEL_HEADERS_3_12