From patchwork Wed Oct 8 16:39:32 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 397671 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 5F9841400E2 for ; Thu, 9 Oct 2014 03:39:49 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id DF7098A463; Wed, 8 Oct 2014 16:39:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rGXLa8Ax9YJN; Wed, 8 Oct 2014 16:39:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 4FAFE8835F; Wed, 8 Oct 2014 16:39:46 +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 BF9C61C2B47 for ; Wed, 8 Oct 2014 16:39:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B919E91D57 for ; Wed, 8 Oct 2014 16:39:45 +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 gb9XXdGxzxYe for ; Wed, 8 Oct 2014 16:39:45 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id EDB3091C25 for ; Wed, 8 Oct 2014 16:39:44 +0000 (UTC) Received: from asgard (cpe-186-18-128-65.telecentro-reversos.com.ar [186.18.128.65] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id s98GdcWD008749 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 8 Oct 2014 16:39:41 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1412786383; bh=RQh7HKQuRXxq7tLk9h2OugyStUQ4lbc6CaSE8xAzjEc=; h=From:To:Cc:Subject:Date; b=Z+60RQJWeQNKP1tFzXayXqUR/nuZs67LE0iepfUg539847p7CeU3QoxB/uS65EeGx QtNgLOTwnV9XJdiDQlwp/O0iYwv2QVJaj2/6xivFyeNOV/7q960izomn+OYB28WfG9 jzmT0uVFbhTzKH8yRqZpoZF5nw364buiOKlZW8Bk= Received: by asgard (sSMTP sendmail emulation); Wed, 08 Oct 2014 13:39:32 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 8 Oct 2014 13:39:32 -0300 Message-Id: <1412786372-17077-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.4 X-Virus-Scanned: clamav-milter 0.98.4 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] linux-headers: bump 3.12.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 ac8dbfb..95a06bb 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -173,7 +173,7 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.9.11" if BR2_KERNEL_HEADERS_3_9 default "3.10.56" if BR2_KERNEL_HEADERS_3_10 default "3.11.10" if BR2_KERNEL_HEADERS_3_11 - default "3.12.29" if BR2_KERNEL_HEADERS_3_12 + default "3.12.30" if BR2_KERNEL_HEADERS_3_12 default "3.13.11" if BR2_KERNEL_HEADERS_3_13 default "3.14.20" if BR2_KERNEL_HEADERS_3_14 default "3.15.10" if BR2_KERNEL_HEADERS_3_15