aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-04-24 22:46:23 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-24 22:46:23 +0000
commitdbb35efbd5742c54c9215d7b8303a75e7e2b88e6 (patch)
treef51fd34c42d76a11730540267e8a1d6afb273c4c /conf
parent51436cc601a5a1c9a0ee2fc3095166315919dc33 (diff)
parentc249c2d80d47fe2b9b0567da92d7d4ca14065ede (diff)
downloadopenembedded-dbb35efbd5742c54c9215d7b8303a75e7e2b88e6.tar.gz
merge of 29e32c2404ac0652c35da25df65b8cd7a45e5a53
and 3b17b4991e8525f70b7a59e472412f0bb1850939
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 ?= ""