diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-14 12:10:36 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-14 12:10:36 +0000 |
commit | 8708d361c3c725f7eedd04e730c68528e4390751 (patch) | |
tree | c84a1b0bd080c0460b92e7b366437d30266f199f /conf/machine/include | |
parent | 06e686c1c8aee0ed4d9cdc6cdc39caf9ee5ca6ec (diff) |
neuros.inc: don't use lzo compression for kernel jffs2 partition, the current uboot config doesn't like it
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/neuros.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/neuros.inc b/conf/machine/include/neuros.inc index d744bf9082..96e2f1bd25 100644 --- a/conf/machine/include/neuros.inc +++ b/conf/machine/include/neuros.inc @@ -16,7 +16,7 @@ neuros_make_installkit () { cp ${IMAGE_NAME}.rootfs.yaffs2 ${IMAGE_NAME}-installkit/rootfs.yaffs2 cd ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-installkit/ - mkfs.jffs2 -d ./temp -o uImage.jffs2 -e 0x20000 -s 0x800 -n + mkfs.jffs2 -x lzo -d ./temp -o uImage.jffs2 -e 0x20000 -s 0x800 -n echo "${MACHINE}" > rootfs.version echo "${MACHINE}" > u-boot.version echo "${MACHINE}" > uImage.version |