diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2006-12-16 16:41:18 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-16 16:41:18 +0000 |
commit | c8545c69872167d0d0aaae2fc13d1dabef9436e4 (patch) | |
tree | ca41fb6f6ece79177e92e5d11c341038369e0d6c /conf/machine/ixp4xxle.conf | |
parent | e8d54ebb210cda9477e57bd7c9fa48092f930856 (diff) |
ixp4xx*: fix endianness of PACKAGE_ARCHS
Diffstat (limited to 'conf/machine/ixp4xxle.conf')
-rw-r--r-- | conf/machine/ixp4xxle.conf | 2 |
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" |