From patchwork Wed May 9 16:19:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 158007 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 570EDB6FA5 for ; Thu, 10 May 2012 02:19:19 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 401A48F663; Wed, 9 May 2012 16:19:17 +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 Wlea9wncvJXw; Wed, 9 May 2012 16:19:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 8338D8F667; Wed, 9 May 2012 16:19:15 +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 D3EC28F753 for ; Wed, 9 May 2012 16:19:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CB01D8F667 for ; Wed, 9 May 2012 16:19:13 +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 nwJynRQ-QNwj for ; Wed, 9 May 2012 16:19:12 +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 8735C8F663 for ; Wed, 9 May 2012 16:19:12 +0000 (UTC) Received: from asgard (host105.190-136-216.telecom.net.ar [190.136.216.105]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.4/8.14.4) with ESMTP id q49GJ5Eo003194 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 May 2012 13:19:08 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1336580349; bh=t779EVfUBOELaoADM5ngcVAZRrXK4UOrnSdU4BBoWtA=; h=From:To:Cc:Subject:Date:Message-Id; b=ZaIA8S+SpYJ2M7YvZrXN4NQ7pXFgpo6U0mBJVKsO0wTdi6bG8dR+NPnY2St07hUJx qaTuxOVwyfxitnGIMOGH9oqqhaiV/ePDJbe2x+iHsOhuJiW2mCrp0M9kV8BiXsJbu8 QPEZJx29Wu8aIRoS78aRvODFsxqRqMpfT3gdiKzA= Received: by asgard (sSMTP sendmail emulation); Wed, 09 May 2012 13:19:04 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 9 May 2012 13:19:04 -0300 Message-Id: <1336580344-24282-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] target/arch: x86/prescott doesn't define BR2_ARCH, fix it 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 --- target/Config.in.arch | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target/Config.in.arch b/target/Config.in.arch index 3b787ad..25ff750 100644 --- a/target/Config.in.arch +++ b/target/Config.in.arch @@ -590,6 +590,7 @@ config BR2_ARCH default "i686" if BR2_x86_pentium4 default "i686" if BR2_x86_pentium_m default "i686" if BR2_x86_pentiumpro + default "i686" if BR2_x86_prescott default "i686" if BR2_x86_nocona default "i686" if BR2_x86_core2 default "i686" if BR2_x86_atom