From patchwork Mon May 21 15:03:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 160382 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 4111AB6F9F for ; Tue, 22 May 2012 01:06:03 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 66FD4A02AF; Mon, 21 May 2012 15:06:02 +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 8z-Ip7MhS4N9; Mon, 21 May 2012 15:06:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 700BEA0237; Mon, 21 May 2012 15:06:01 +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 262C78F75B for ; Mon, 21 May 2012 15:06:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EF0358C83D for ; Mon, 21 May 2012 15:05:59 +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 CnJc2qaWos27 for ; Mon, 21 May 2012 15:05:49 +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 A395A8D0E1 for ; Mon, 21 May 2012 15:03:20 +0000 (UTC) Received: from asgard (host31.190-224-150.telecom.net.ar [190.224.150.31]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q4LF3FZ6018970 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 21 May 2012 12:03:17 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1337612599; bh=8volREkyuRk607bN2D0bG/ZzhuNIE4/rKbSZF8TSUnE=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=OzGtH2A6FcLYvIfX2eXAZD9N8Q42HUkaKsHQHEO07zDs7HlPZJbfZDNVMpPPI0Tbl mkFuWfBDpX2H4TzAftZcEj4ZQK/jDirVodk6ZIS1w0ZpkHmD5zxyzmfJ3n+6YpgW3D G0adVIpi+d+S7+YinyR7ttiT9Dfl2H4B/LHArV0g= Received: by asgard (sSMTP sendmail emulation); Mon, 21 May 2012 12:03:14 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 21 May 2012 12:03:09 -0300 Message-Id: <1337612589-20142-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1337612589-20142-1-git-send-email-gustavo@zacarias.com.ar> References: <1337612589-20142-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] qemu/sh4-r2d: update to use kernel 3.2.18 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 --- configs/qemu_sh4_r2d_defconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configs/qemu_sh4_r2d_defconfig b/configs/qemu_sh4_r2d_defconfig index 99db36a..a580870 100644 --- a/configs/qemu_sh4_r2d_defconfig +++ b/configs/qemu_sh4_r2d_defconfig @@ -20,7 +20,7 @@ BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-multilib-list=m4,m4-nofpu" # Linux kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.17" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.18" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4-r2d/linux-3.2.config" BR2_LINUX_KERNEL_ZIMAGE=y