From patchwork Thu Aug 14 11:05:04 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 379895 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 15579140093 for ; Thu, 14 Aug 2014 21:05:26 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 07C7D2FFCC; Thu, 14 Aug 2014 11:05: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 Qx2FB6kmnmHR; Thu, 14 Aug 2014 11:05:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 7D1C52F67E; Thu, 14 Aug 2014 11:05:21 +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 9586B1BFAAD for ; Thu, 14 Aug 2014 11:05:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8F8548961A for ; Thu, 14 Aug 2014 11:05:20 +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 UPUcLO9fuxRK for ; Thu, 14 Aug 2014 11:05:19 +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 262D788A57 for ; Thu, 14 Aug 2014 11:05:18 +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 loknar.toptech.com.ar (8.14.9/8.14.9) with ESMTP id s7EB5Bcx023596 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 14 Aug 2014 11:05:14 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1408014316; bh=A1ofpporSbcqj7NtYd991q4j72DdZ65ew68NA5fh5vQ=; h=From:To:Cc:Subject:Date; b=mhM3LyPZ2YewMfq+0kbH4vK2KBOtFAVwgjeyvjSWxvZLX3EJWjs6kv5S/ldXxlILv O/QKwi1HeE7SM+HtSFTgJ0WA8xIepyJ7DpUdqmsA8eMFEdPMKg5vYsBMNjRuRTUYfc E1hCbgNxxBe4a8O77rxEjXd6fyont0jldLiPgpBQ= Received: by asgard (sSMTP sendmail emulation); Thu, 14 Aug 2014 08:05:05 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 14 Aug 2014 08:05:04 -0300 Message-Id: <1408014305-11458-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 1/2] linux-headers: bump 3.{4, 10, 14, 15, 16}.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 | 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 6957a51..d2f8d6d 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -157,13 +157,13 @@ config BR2_DEFAULT_KERNEL_HEADERS string default "3.0.101" if BR2_KERNEL_HEADERS_3_0 default "3.2.62" if BR2_KERNEL_HEADERS_3_2 - default "3.4.102" if BR2_KERNEL_HEADERS_3_4 + default "3.4.103" if BR2_KERNEL_HEADERS_3_4 default "3.9.11" if BR2_KERNEL_HEADERS_3_9 - default "3.10.52" if BR2_KERNEL_HEADERS_3_10 + default "3.10.53" if BR2_KERNEL_HEADERS_3_10 default "3.11.10" if BR2_KERNEL_HEADERS_3_11 default "3.12.26" if BR2_KERNEL_HEADERS_3_12 default "3.13.11" if BR2_KERNEL_HEADERS_3_13 - default "3.14.16" if BR2_KERNEL_HEADERS_3_14 - default "3.15.9" if BR2_KERNEL_HEADERS_3_15 - default "3.16" if BR2_KERNEL_HEADERS_3_16 + default "3.14.17" if BR2_KERNEL_HEADERS_3_14 + default "3.15.10" if BR2_KERNEL_HEADERS_3_15 + default "3.16.1 if BR2_KERNEL_HEADERS_3_16 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION