summaryrefslogtreecommitdiff
path: root/openembedded/packages/mtd/mtd-utils/more-verbosity.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
committerRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
commit4b46c1f6e891b1ddd5968536440b888661fade3e (patch)
treee0ba2c1f56f61b868bf746da5c4feabb25b800b2 /openembedded/packages/mtd/mtd-utils/more-verbosity.patch
downloadopenembedded-core-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.gz
openembedded-core-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.bz2
openembedded-core-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.xz
openembedded-core-4b46c1f6e891b1ddd5968536440b888661fade3e.zip
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/mtd/mtd-utils/more-verbosity.patch')
-rw-r--r--openembedded/packages/mtd/mtd-utils/more-verbosity.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/openembedded/packages/mtd/mtd-utils/more-verbosity.patch b/openembedded/packages/mtd/mtd-utils/more-verbosity.patch
new file mode 100644
index 000000000..cdc842a8f
--- /dev/null
+++ b/openembedded/packages/mtd/mtd-utils/more-verbosity.patch
@@ -0,0 +1,17 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- mtd/util/mkfs.jffs2.c~more-verbosity.patch
++++ mtd/util/mkfs.jffs2.c
+@@ -374,6 +374,9 @@
+ struct filesystem_entry *entry;
+ struct ignorepath_entry* element = ignorepath;
+
++ if (verbose) {
++ printf( "mkfs.jffs2: scanning '%s'...\n", targetpath );
++ }
+
+ if (lstat(hostpath, &sb)) {
+ perror_msg_and_die("%s", hostpath);