aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2006-04-24 21:57:00 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-24 21:57:00 +0000
commitc249c2d80d47fe2b9b0567da92d7d4ca14065ede (patch)
treede2ffbb38f53ff0ee93288a32cca19f3008795e7 /conf
parentc09ac5ea27870470980a426e9a9733f19d7dafd0 (diff)
parentf33495f71c1f61ce1d9c07f9ffb70be58d6735b0 (diff)
downloadopenembedded-c249c2d80d47fe2b9b0567da92d7d4ca14065ede.tar.gz
merge of c0f2020be5e1a629681b41eef34c49dc0341f03b
and c202b2641db39b482c615f965d40d02caa42c5c5
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 ?= ""