From patchwork Sat Mar 7 17:40:51 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 447627 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 2D1D81401B1 for ; Sun, 8 Mar 2015 04:41:14 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=OJLhtr1M; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id DE3629393C; Sat, 7 Mar 2015 17:41:11 +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 JzI+FBSXcJZv; Sat, 7 Mar 2015 17:41:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 7DD2E9317B; Sat, 7 Mar 2015 17:41:08 +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 7F9751C22F4 for ; Sat, 7 Mar 2015 17:41:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 79458915FE for ; Sat, 7 Mar 2015 17:41:07 +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 sq7O41fTVUjx for ; Sat, 7 Mar 2015 17:41:06 +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 AF7ED915F0 for ; Sat, 7 Mar 2015 17:41:05 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id t27HewJX010455 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 7 Mar 2015 17:41:01 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1425750063; bh=7A+GyPWKU5/KsL5oyyBRt7+QJ7ipEu+BShhqVzrFh60=; h=From:To:Cc:Subject:Date; b=OJLhtr1MUKBcwuU9YiCYp9wbwCyCD8PD5IbjcCZ3OZYetQwvtwIbKT4FGpVkpki6m URMRfWtFgMvNPfOEUiQY+ml/sExuQy1AnDxUkSIAMDtV8swXVoh22Fp41F9FuTiMhS AX/+Klp05CqgjZe74DsoCDAoH4LqApRhePdoMT5k= Received: by asgard (sSMTP sendmail emulation); Sat, 07 Mar 2015 14:40:52 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sat, 7 Mar 2015 14:40:51 -0300 Message-Id: <1425750052-13206-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 X-Virus-Scanned: clamav-milter 0.98.6 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] linux-headers: bump 3.{2, 10, 14, 18, 19}.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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index e2bc05a..e6764e0 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -190,16 +190,16 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string default "3.0.101" if BR2_KERNEL_HEADERS_3_0 - default "3.2.67" if BR2_KERNEL_HEADERS_3_2 + default "3.2.68" if BR2_KERNEL_HEADERS_3_2 default "3.4.106" if BR2_KERNEL_HEADERS_3_4 - default "3.10.70" if BR2_KERNEL_HEADERS_3_10 + default "3.10.71" if BR2_KERNEL_HEADERS_3_10 default "3.11.10" if BR2_KERNEL_HEADERS_3_11 default "3.12.38" if BR2_KERNEL_HEADERS_3_12 default "3.13.11" if BR2_KERNEL_HEADERS_3_13 - default "3.14.34" if BR2_KERNEL_HEADERS_3_14 + default "3.14.35" if BR2_KERNEL_HEADERS_3_14 default "3.15.10" if BR2_KERNEL_HEADERS_3_15 default "3.16.7" if BR2_KERNEL_HEADERS_3_16 default "3.17.8" if BR2_KERNEL_HEADERS_3_17 - default "3.18.8" if BR2_KERNEL_HEADERS_3_18 - default "3.19" if BR2_KERNEL_HEADERS_3_19 + default "3.18.9" if BR2_KERNEL_HEADERS_3_18 + default "3.19.1" if BR2_KERNEL_HEADERS_3_19 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION