unslung.conf - change mkfs.jffs2 flag to -n from --no-eraseblock-headers to
authorMike Westerhof <mwester@dls.net>
Fri, 2 Mar 2007 05:30:37 +0000 (05:30 +0000)
committerMike Westerhof <mwester@dls.net>
Fri, 2 Mar 2007 05:30:37 +0000 (05:30 +0000)
accomodate the long-option name change with the update mtd-utils package.

conf/distro/unslung.conf

index de64aa8..d116c15 100644 (file)
@@ -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 ?= ""