summaryrefslogtreecommitdiff
path: root/packages/mtd/mtd-utils
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/mtd/mtd-utils
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/mtd/mtd-utils')
-rw-r--r--packages/mtd/mtd-utils/.mtn2git_empty0
-rw-r--r--packages/mtd/mtd-utils/more-verbosity.patch17
2 files changed, 17 insertions, 0 deletions
diff --git a/packages/mtd/mtd-utils/.mtn2git_empty b/packages/mtd/mtd-utils/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/mtd/mtd-utils/.mtn2git_empty
diff --git a/packages/mtd/mtd-utils/more-verbosity.patch b/packages/mtd/mtd-utils/more-verbosity.patch
index e69de29bb2..25b98d35bb 100644
--- a/packages/mtd/mtd-utils/more-verbosity.patch
+++ b/packages/mtd/mtd-utils/more-verbosity.patch
@@ -0,0 +1,17 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- mtd/util/mkfs.jffs2.c~add-progress 2005-01-31 22:55:34.662944000 +0100
++++ mtd/util/mkfs.jffs2.c 2005-01-31 23:45:50.604511261 +0100
+@@ -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);