From patchwork Mon Jun 18 11:16:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 165451 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 680CAB70C8 for ; Mon, 18 Jun 2012 21:21:45 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2E29931BCB; Mon, 18 Jun 2012 11:21:44 +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 c2j0FbeSu8q5; Mon, 18 Jun 2012 11:21:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8705C31CB6; Mon, 18 Jun 2012 11:21:39 +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 1DBB68F753 for ; Mon, 18 Jun 2012 11:21:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 15B488C915 for ; Mon, 18 Jun 2012 11:21:35 +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 1gmNNT9iV0lz for ; Mon, 18 Jun 2012 11:21:34 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id 05C8F8CA0F for ; Mon, 18 Jun 2012 11:21:33 +0000 (UTC) Received: from asgard (host199.190-231-8.telecom.net.ar [190.231.8.199]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q5IBLSi6023759 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 18 Jun 2012 08:21:30 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1340018492; bh=dulIqr/R3FXLywxpIWLreJA77AM6hwVHfZqt06GoKEw=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=fxFKm64AL9os2xhqEAi2DDPUzv4FDUJhcOJe9Yho4ujDTr5U4NJphIn2AaOzk+4Js 4QMJauSWeILrJ8Dw/qVx1DL7sVJHJaIWrHQbvHCXw2fE746KraxcR9PEpfNvIQ9knD sSwR0gCMsFHNrAUGbyvCVB11gegENCNdS93NdVUE= Received: by asgard (sSMTP sendmail emulation); Mon, 18 Jun 2012 08:21:28 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 18 Jun 2012 08:16:38 -0300 Message-Id: <1340018198-2905-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1340018198-2905-1-git-send-email-gustavo@zacarias.com.ar> References: <1340018198-2905-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/2] linux: bump default to kernel version 3.4.3 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 --- linux/Config.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/Config.in b/linux/Config.in index 26e0872..1cd05ae 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -22,7 +22,7 @@ choice default BR2_LINUX_KERNEL_3_4 config BR2_LINUX_KERNEL_3_4 - bool "3.4.2" + bool "3.4.3" config BR2_LINUX_KERNEL_SAME_AS_HEADERS bool "Same as toolchain kernel headers" @@ -77,7 +77,7 @@ config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION config BR2_LINUX_KERNEL_VERSION string - default "3.4.2" if BR2_LINUX_KERNEL_3_4 + default "3.4.3" if BR2_LINUX_KERNEL_3_4 default BR2_DEFAULT_KERNEL_HEADERS if BR2_LINUX_KERNEL_SAME_AS_HEADERS default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE if BR2_LINUX_KERNEL_CUSTOM_VERSION default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL