summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/post/images.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/post/images.make b/rules/post/images.make
index cbf7a82e0..8edd0dc29 100644
--- a/rules/post/images.make
+++ b/rules/post/images.make
@@ -106,7 +106,7 @@ $(IMAGEDIR)/root.tgz: $(STATEDIR)/image_working_dir
# create the JFFS2 image
#
$(IMAGEDIR)/root.jffs2: $(STATEDIR)/image_working_dir $(STATEDIR)/host-mtd-utils.install
- @echo -n "Creating root.jffs2 from working dir..."
+ @echo -n "Creating root.jffs2 from working dir... (--eraseblock=$(PTXCONF_IMAGE_JFFS2_BLOCKSIZE) $(PTXCONF_IMAGE_JFFS2_EXTRA_ARGS))"
@cd $(WORKDIR); \
(awk -F: $(DOPERMISSIONS) $(IMAGEDIR)/permissions && \
( \