From 864873e60bba88237264970f1b2481dce9f13991 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 11 Aug 2007 11:15:22 +0000 Subject: triton: fix package-extra-archs --- conf/machine/triton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/triton.conf b/conf/machine/triton.conf index d79c23e4ac..ab98a07278 100644 --- a/conf/machine/triton.conf +++ b/conf/machine/triton.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the XScale based triton boards from KaRo Electronics TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv5te" +PACKAGE_EXTRA_ARCHS = "armv4t armv5te" PREFERRED_PROVIDER_virtual/kernel = "triton-kernel" BOOTSTRAP_EXTRA_RDEPENDS = "virtual/kernel" -- cgit 1.2.3-korg