From patchwork Fri Jul 4 20:07:28 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 367214 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 2B67E1400B6 for ; Sat, 5 Jul 2014 06:07:46 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C451D8B345; Fri, 4 Jul 2014 20:07:44 +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 dmVoIjFAbfiO; Fri, 4 Jul 2014 20:07:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 4BD9C8A5F2; Fri, 4 Jul 2014 20:07:43 +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 C680E1BF98B for ; Fri, 4 Jul 2014 20:07:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C0D258C557 for ; Fri, 4 Jul 2014 20:07:42 +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 BJn0yApcK8X8 for ; Fri, 4 Jul 2014 20:07:41 +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 4B6B08C521 for ; Fri, 4 Jul 2014 20:07:40 +0000 (UTC) Received: from asgard (host228.190-226-84.telecom.net.ar [190.226.84.228]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.9/8.14.9) with ESMTP id s64K7YUC027387 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 4 Jul 2014 20:07:36 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1404504458; bh=Y9xLBc3QnhDZKhuF28OKEhwFzyJvjJjfMJuUyfAviTs=; h=From:To:Cc:Subject:Date; b=oul1JEF7CMx9Sr/YhTg4KcI1SalzjtYKBUypuNregK51POixWV0Aqkn11Qv+I50k/ FSZ0+VLzpl6ylz2ot3wapkoU0JsWratqoN9+3f0jdetoKvffTvpz8/HB5AMA577znQ BA1HMJrgX0L+t+t6yl2Wahx/afVYoSkHIs2GP1AM= Received: by asgard (sSMTP sendmail emulation); Fri, 04 Jul 2014 17:07:28 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 4 Jul 2014 17:07:28 -0300 Message-Id: <1404504448-29824-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.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 | 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 747d9c1..e6629b0 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -153,7 +153,7 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.9.11" if BR2_KERNEL_HEADERS_3_9 default "3.10.46" if BR2_KERNEL_HEADERS_3_10 default "3.11.10" if BR2_KERNEL_HEADERS_3_11 - default "3.12.23" if BR2_KERNEL_HEADERS_3_12 + default "3.12.24" if BR2_KERNEL_HEADERS_3_12 default "3.13.11" if BR2_KERNEL_HEADERS_3_13 default "3.14.10" if BR2_KERNEL_HEADERS_3_14 default "3.15.3" if BR2_KERNEL_HEADERS_3_15