aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-02-10 09:45:27 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-10 09:45:27 +0000
commitb5449b2d3388e196082e00a186de3ef60135ec12 (patch)
treea23296be4578036165061366bf775d0e08a63a50 /conf
parentefaa03c2b71be9d4a371f7d6382404cb22adf024 (diff)
downloadopenembedded-b5449b2d3388e196082e00a186de3ef60135ec12.tar.gz
zaurus-clamshell: s/c7x0/$MACHINE in IPKG_ARCHS - not every clamshell is c7x0
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/zaurus-clamshell.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/zaurus-clamshell.conf b/conf/machine/zaurus-clamshell.conf
index 5ef4c906c0..088b2c1f3f 100644
--- a/conf/machine/zaurus-clamshell.conf
+++ b/conf/machine/zaurus-clamshell.conf
@@ -1,5 +1,5 @@
TARGET_ARCH = "arm"
-IPKG_ARCHS = "all arm armv4 armv5te c7x0"
+IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"