From patchwork Wed Oct 14 14:11:05 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 530208 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 46D411402A8 for ; Thu, 15 Oct 2015 01:11:27 +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=W+87KdBZ; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7622D8B609; Wed, 14 Oct 2015 14:11:26 +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 pML3idFJz2ha; Wed, 14 Oct 2015 14:11:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4AA938B53E; Wed, 14 Oct 2015 14:11:25 +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 3840F1C10F7 for ; Wed, 14 Oct 2015 14:11:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 32A308D413 for ; Wed, 14 Oct 2015 14:11:23 +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 9XLITt77YJjJ for ; Wed, 14 Oct 2015 14:11: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 609C48D405 for ; Wed, 14 Oct 2015 14:11:20 +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 t9EEBD9g031370 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 14 Oct 2015 14:11:16 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1444831878; bh=vk6BzEXqk+CnBFE+fRYXbzsiycnGzGSBbmY0kPlbIUA=; h=From:To:Cc:Subject:Date; b=W+87KdBZxtgZdtSuekvCHfSLGOQlV5/xBkwf6jijRIraK2QC9+9zr78O8/Pme4UQ5 hkVoIezhHQB0+PFGq3zH6i0CihMmCc3qNy6D/MOL2mWTEARmNb7q4nKPn0rFSJnp1y obgc0bk6628GtTQCl9gKqsY9KFn1DD+dxNSczFtA= Received: by asgard (sSMTP sendmail emulation); Wed, 14 Oct 2015 11:11:05 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 14 Oct 2015 11:11:05 -0300 Message-Id: <1444831865-16552-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.9 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 adcf616..7001466 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -191,7 +191,7 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string - default "3.2.71" if BR2_KERNEL_HEADERS_3_2 + default "3.2.72" if BR2_KERNEL_HEADERS_3_2 default "3.4.109" if BR2_KERNEL_HEADERS_3_4 default "3.10.90" if BR2_KERNEL_HEADERS_3_10 default "3.12.49" if BR2_KERNEL_HEADERS_3_12