From c8394df41aab66b6f7ef4a4f65711e24a7cbbc5a Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 30 Oct 2013 10:05:29 +0100 Subject: zaurus.inc: set default IMAGE_CMD_sum.jffs2 for devices with NAND Collie will need a customization. Signed-off-by: Andrea Adami --- conf/machine/include/zaurus.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index 9817625..333a337 100644 --- a/conf/machine/include/zaurus.inc +++ b/conf/machine/include/zaurus.inc @@ -3,7 +3,7 @@ ######################## IMAGE_FSTYPES ?= "tar.gz jffs2 sum.jffs2 ubifs" -EXTRA_IMAGECMD_sum.jffs2 = "-p -l -e ${JFFS2_ERASEBLOCK}" +EXTRA_IMAGECMD_sum.jffs2 = "-p -l -e ${JFFS2_ERASEBLOCK} -n" INITRAMFS_FSTYPES ?= "cpio.gz cpio.lzma" IMAGE_DEVICE_TABLES = "" -- cgit 1.2.3-korg