aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2006-04-24 21:33:06 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-24 21:33:06 +0000
commit59b2179d3c240f625101b7d098f9488f6f01c91b (patch)
tree038b06552000afb2bf2581cc41fb42217fa47497 /conf
parent98f50fe673c23d88705da13b8021fbcaba8303ba (diff)
downloadopenembedded-59b2179d3c240f625101b7d098f9488f6f01c91b.tar.gz
Unslung: unslung.conf, change options to mkfs.jffs2 in order to get rid of extraneous message at boot.
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/unslung.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf
index 7a147d8cf1..599d787898 100644
--- a/conf/distro/unslung.conf
+++ b/conf/distro/unslung.conf
@@ -36,7 +36,7 @@ INHERIT += " package_ipk nslu2-jffs2-image"
IMAGE_FSTYPE = "jffs2"
UNSLUNG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-unslung.txt')}"
-EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 -D ${UNSLUNG_DEVICE_TABLE}"
+EXTRA_IMAGECMD_jffs2 = "--no-eraseblock-headers --pad --big-endian --eraseblock=0x20000 -D ${UNSLUNG_DEVICE_TABLE}"
UNSLUNG_EXTRA_DEPENDS ?= ""
UNSLUNG_EXTRA_RDEPENDS ?= ""