From patchwork Tue May 28 11:41:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markos Chandras X-Patchwork-Id: 246841 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 D8A072C02F3 for ; Tue, 28 May 2013 21:41:43 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 993CB273D1; Tue, 28 May 2013 11:41:42 +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 lFHOHdAkIKkR; Tue, 28 May 2013 11:41:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id ECAB32EBF7; Tue, 28 May 2013 11:41:38 +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 2D72E8F75E for ; Tue, 28 May 2013 11:41:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 560738C541 for ; Tue, 28 May 2013 11:41:38 +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 RVT+s653Xt3S for ; Tue, 28 May 2013 11:41:35 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from multi.imgtec.com (multi.imgtec.com [194.200.65.239]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4FAD08C52C for ; Tue, 28 May 2013 11:41:34 +0000 (UTC) From: Markos Chandras To: Date: Tue, 28 May 2013 12:41:26 +0100 Message-ID: <1369741286-11470-1-git-send-email-markos.chandras@gmail.com> X-Mailer: git-send-email 1.8.2.1 MIME-Version: 1.0 X-SEF-Processed: 7_3_0_01181__2013_05_28_12_41_31 Subject: [Buildroot] [PATCH] jamvm: Not available for all architectures 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Markos Chandras jamvm supports arm, armeb, powerpc, i386, x86_64 and mipsel. Signed-off-by: Markos Chandras --- package/jamvm/Config.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/jamvm/Config.in b/package/jamvm/Config.in index 0287f80..3a2bd20 100644 --- a/package/jamvm/Config.in +++ b/package/jamvm/Config.in @@ -1,6 +1,8 @@ config BR2_PACKAGE_JAMVM bool "jamvm" depends on BR2_INET_IPV6 + depends on BR2_arm || BR2_armeb || BR2_i386 \ + || BR2_mipsel || BR2_powerpc || BR2_x86_64 select BR2_PACKAGE_ZLIB select BR2_PACKAGE_CLASSPATH help