diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-02-10 09:46:50 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-10 09:46:50 +0000 |
commit | 21e22881ad0bb921d6f2ef04949523ad33a4d345 (patch) | |
tree | 6dd26e8ebe49f9085da3d2de5ec52c0ae10de626 /conf | |
parent | 5475414a7806c4f9e82beb940caedfd60a1db74b (diff) |
zaurus-clamshell: s/c7x0/$MACHINE in IPKG_ARCHS - not every clamshell is c7x0
taken from .oz354fam083
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/zaurus-clamshell.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/zaurus-clamshell.conf b/conf/machine/include/zaurus-clamshell.conf index ec10cd5e4e..7fc3ccc2ec 100644 --- a/conf/machine/include/zaurus-clamshell.conf +++ b/conf/machine/include/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" |