summaryrefslogtreecommitdiff
path: root/conf/distro/unslung.conf
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2007-03-02 05:30:37 +0000
committerMike Westerhof <mwester@dls.net>2007-03-02 05:30:37 +0000
commit1d7db3d18db239cf44c81846214e7eec520a48f5 (patch)
tree8805a1e8fda898d74fb1fb5768eca567e992539f /conf/distro/unslung.conf
parent2f1cd704d07c1681637bc9097887de12010cf345 (diff)
unslung.conf - change mkfs.jffs2 flag to -n from --no-eraseblock-headers to
accomodate the long-option name change with the update mtd-utils package.
Diffstat (limited to 'conf/distro/unslung.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 de64aa8d2b..d116c15ae6 100644
--- a/conf/distro/unslung.conf
+++ b/conf/distro/unslung.conf
@@ -33,7 +33,7 @@ INHERIT += " package_ipk"
IMAGE_FSTYPES = "jffs2"
UNSLUNG_DEVICE_TABLE = "${@bb.which(bb.data.getVar('BBPATH', d, 1), 'files/device_table-unslung.txt')}"
-EXTRA_IMAGECMD_jffs2 = "--no-eraseblock-headers --pad --big-endian --eraseblock=0x20000 -D ${UNSLUNG_DEVICE_TABLE}"
+EXTRA_IMAGECMD_jffs2 = "-n --pad --big-endian --eraseblock=0x20000 -D ${UNSLUNG_DEVICE_TABLE}"
UNSLUNG_EXTRA_DEPENDS ?= ""
UNSLUNG_EXTRA_RDEPENDS ?= ""