blob: 25b98d35bb50c32de9e9e488f1323442b9cd346f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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);
|