From 968a71a5e345076e394e4a600f0bf6ade40047e4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 27 May 2006 11:49:41 +0000 Subject: [PATCH] Further IPKG_EXTRA_ARCHS cleanup --- conf/machine/geodegx.conf | 1 - conf/machine/h1910.conf | 2 +- conf/machine/include/zaurus-clamshell.conf | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/machine/geodegx.conf b/conf/machine/geodegx.conf index f9083615a4..7f9c35cbc5 100644 --- a/conf/machine/geodegx.conf +++ b/conf/machine/geodegx.conf @@ -3,7 +3,6 @@ # Released under the MIT license (see packages/COPYING) TARGET_ARCH = "i486" -IPKG_EXTRA_ARCHS = "geodegx" PREFERRED_PROVIDER_virtual/kernel = "linux-geodegx" BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules" diff --git a/conf/machine/h1910.conf b/conf/machine/h1910.conf index a023118268..39ab571d1e 100644 --- a/conf/machine/h1910.conf +++ b/conf/machine/h1910.conf @@ -6,7 +6,7 @@ KERNEL ?= "kernel26" OVERRIDES =. "${KERNEL}:" TARGET_ARCH = "arm" -IPKG_EXTRA_ARCHS = "armv5te" +IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te" include conf/machine/include/tune-xscale.conf diff --git a/conf/machine/include/zaurus-clamshell.conf b/conf/machine/include/zaurus-clamshell.conf index 02666360ba..da6c28c6e2 100644 --- a/conf/machine/include/zaurus-clamshell.conf +++ b/conf/machine/include/zaurus-clamshell.conf @@ -1,5 +1,5 @@ TARGET_ARCH = "arm" -IPKG_EXTRA_ARCHS = "armv4 armv5te" +IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te" PREFERRED_PROVIDER_xserver = "xserver-kdrive" -- 2.39.5