diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-05-02 15:18:30 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-05-02 15:18:30 +0000 |
commit | 31e928d015c9869e185a55414a217eda6b195aae (patch) | |
tree | d5c19a527ebb41026a66a783ee392f5651af0297 /conf | |
parent | bd04bdf78d070b58637c10269573e444a71ada73 (diff) |
conf/machine/magicbox.conf: Make sure squashfs-lzma image builds for big endian arch
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/magicbox.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/magicbox.conf b/conf/machine/magicbox.conf index 5231c68bb1..22e30542f9 100644 --- a/conf/machine/magicbox.conf +++ b/conf/machine/magicbox.conf @@ -18,6 +18,7 @@ SERIAL_CONSOLE = "115200 ttyS0" PREFERRED_VERSION_u-boot = "1.1.2" EXTRA_IMAGECMD_jffs2 = "--big-endian" EXTRA_IMAGECMD_squashfs = " -be -all-root " +EXTRA_IMAGECMD_squashfs-lzma = " -be -all-root " #tune for the 405 cpu require conf/machine/include/tune-ppc405.conf |