aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ixp4xxle.conf
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2006-12-16 16:41:18 +0000
committerKoen Kooi <koen@openembedded.org>2006-12-16 16:41:18 +0000
commitc8545c69872167d0d0aaae2fc13d1dabef9436e4 (patch)
treeca41fb6f6ece79177e92e5d11c341038369e0d6c /conf/machine/ixp4xxle.conf
parente8d54ebb210cda9477e57bd7c9fa48092f930856 (diff)
downloadopenembedded-c8545c69872167d0d0aaae2fc13d1dabef9436e4.tar.gz
ixp4xx*: fix endianness of PACKAGE_ARCHS
Diffstat (limited to 'conf/machine/ixp4xxle.conf')
-rw-r--r--conf/machine/ixp4xxle.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ixp4xxle.conf b/conf/machine/ixp4xxle.conf
index ac62d669e5..347c7ba3fb 100644
--- a/conf/machine/ixp4xxle.conf
+++ b/conf/machine/ixp4xxle.conf
@@ -7,7 +7,7 @@ MACHINE_FEATURES = "kernel26 usbhost ext2"
ARCH_BYTE_SEX = "le"
include conf/machine/include/ixp4xx.conf
-PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ixp4xx${ARCH_BYTE_SEX}"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ixp4xxle"
EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 --faketime -n"