diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-11 22:19:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-11 22:19:49 +0000 |
commit | 685b95cae8516570c7e445910b026b576d281808 (patch) | |
tree | 96f118519f8cb05b397a663d0ef30eed1bea3e33 /conf/distro/slugos-ltu.conf | |
parent | 6f7bd413184fad59110c5252d0dc3fc059fe7c02 (diff) |
slugos: make slugos-??? default to big-endian throughout in slugos.conf
- the JFFS2 format can be overridden in the DISTRO .conf (unlike the
other slugos configuration parameters) It can also be changed in
local.conf if using a slugos-??? build directly.
Diffstat (limited to 'conf/distro/slugos-ltu.conf')
-rw-r--r-- | conf/distro/slugos-ltu.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/slugos-ltu.conf b/conf/distro/slugos-ltu.conf index 06193c9169..6d99e629ee 100644 --- a/conf/distro/slugos-ltu.conf +++ b/conf/distro/slugos-ltu.conf @@ -12,5 +12,6 @@ DISTRO_TYPE ?= "alpha" ARCH_BYTE_SEX = "le" ARM_INSTRUCTION_SET = "thumb" TARGET_OS = "linux-uclibc" +SLUGOS_IMAGESEX ?= "big-endian" include conf/distro/slugos.conf |