From patchwork Sat Oct 5 22:50:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 280808 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 9295B2C00B3 for ; Sun, 6 Oct 2013 09:50:22 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9F3918B138; Sat, 5 Oct 2013 22:50:21 +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 LKaoKUt5smw5; Sat, 5 Oct 2013 22:50:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 870768B0C8; Sat, 5 Oct 2013 22:50:19 +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 33CB01CE696 for ; Sat, 5 Oct 2013 22:50:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2E6B68C077 for ; Sat, 5 Oct 2013 22:50:18 +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 879yovojlGX9 for ; Sat, 5 Oct 2013 22:50:16 +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 9D0968C076 for ; Sat, 5 Oct 2013 22:50:16 +0000 (UTC) Received: from asgard (host194.190-31-2.telecom.net.ar [190.31.2.194]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.7/8.14.7) with ESMTP id r95Mo9Pw023016 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 5 Oct 2013 22:50:11 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1381013413; bh=kjhB6UiVj13TmqvgJAPMFO9o8FBUa0wrPpWnFCP2ufQ=; h=From:To:Cc:Subject:Date; b=H4ech3IoiJnpGJ5naA0GViDc2K/EP1xBMOPyAgXRVnJmRgn9I8xdbd978KRX0l+NY CF0XamJpRebFCvbE5JbzlNoY2xxXphlyME15SoYhd4AOz3VL9Q1dh/qs0gbyVOqIEZ o2H04AX9de8QjG1RLpPzFcjEgkFlJSQyZ2aSV2Lc= Received: by asgard (sSMTP sendmail emulation); Sat, 05 Oct 2013 19:50:03 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sat, 5 Oct 2013 19:50:01 -0300 Message-Id: <1381013402-30281-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.1.5 X-Virus-Scanned: clamav-milter 0.97.8 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] linux-headers: bump 3.{0, 4, 10, 11}.x stable versions 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 --- ...ers-headers_install-fix-__packed-in-exported-kernel-head.patch | 0 package/linux-headers/Config.in.host | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename package/linux-headers/{3.0.98 => 3.0.99}/linux-headers-headers_install-fix-__packed-in-exported-kernel-head.patch (100%) diff --git a/package/linux-headers/3.0.98/linux-headers-headers_install-fix-__packed-in-exported-kernel-head.patch b/package/linux-headers/3.0.99/linux-headers-headers_install-fix-__packed-in-exported-kernel-head.patch similarity index 100% rename from package/linux-headers/3.0.98/linux-headers-headers_install-fix-__packed-in-exported-kernel-head.patch rename to package/linux-headers/3.0.99/linux-headers-headers_install-fix-__packed-in-exported-kernel-head.patch diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index a0deb34..114f337 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -76,17 +76,17 @@ config BR2_DEFAULT_KERNEL_VERSION config BR2_DEFAULT_KERNEL_HEADERS string - default "3.0.98" if BR2_KERNEL_HEADERS_3_0 + default "3.0.99" if BR2_KERNEL_HEADERS_3_0 default "3.1.10" if BR2_KERNEL_HEADERS_3_1 default "3.2.51" if BR2_KERNEL_HEADERS_3_2 default "3.3.8" if BR2_KERNEL_HEADERS_3_3 - default "3.4.64" if BR2_KERNEL_HEADERS_3_4 + default "3.4.65" if BR2_KERNEL_HEADERS_3_4 default "3.5.7" if BR2_KERNEL_HEADERS_3_5 default "3.6.11" if BR2_KERNEL_HEADERS_3_6 default "3.7.10" if BR2_KERNEL_HEADERS_3_7 default "3.8.13" if BR2_KERNEL_HEADERS_3_8 default "3.9.11" if BR2_KERNEL_HEADERS_3_9 - default "3.10.14" if BR2_KERNEL_HEADERS_3_10 - default "3.11.3" if BR2_KERNEL_HEADERS_3_11 + default "3.10.15" if BR2_KERNEL_HEADERS_3_10 + default "3.11.4" if BR2_KERNEL_HEADERS_3_11 default "2.6" if BR2_KERNEL_HEADERS_SNAP default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION