summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-05-03 08:35:06 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-05-03 08:35:06 +0000
commit55324cc0e4b6f339cac8d9a20bb018212c6ec1cc (patch)
tree369f27374b8ceb261646fec0acc6b376be145944
parent7b7ced559804336343bc9e42850a566e291194a8 (diff)
downloadptxdist-55324cc0e4b6f339cac8d9a20bb018212c6ec1cc.tar.gz
ptxdist-55324cc0e4b6f339cac8d9a20bb018212c6ec1cc.tar.xz
commit fcc66280c4e6d204a40cd7e418fffe49a8e7920f
Author: Carsten Schlote <c.schlote@konzeptpark.de> Date: Tue Jan 6 16:48:55 2009 +0100 [ptxdist] Output options passed to mkfs.jffs2 Added more output to JFFS2 image generation. It simply helps to see, what options get passed. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10335 33e552b5-05e3-0310-8538-816dae2090ed
-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 && \
( \