projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b49ddb
)
add missing mtd output message
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 9 Feb 2006 08:24:05 +0000
(08:24 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 9 Feb 2006 08:24:05 +0000
(08:24 +0000)
SVN-Revision: 3199
openwrt/package/mtd/mtd.c
patch
|
blob
|
history
diff --git
a/openwrt/package/mtd/mtd.c
b/openwrt/package/mtd/mtd.c
index bdc2f10f72d33132bd4469e1e63d9d47fef7c041..31b9924aa50b7879e365a00c44f0cb05758c5cec 100644
(file)
--- a/
openwrt/package/mtd/mtd.c
+++ b/
openwrt/package/mtd/mtd.c
@@
-449,6
+449,8
@@
int main (int argc, char **argv)
case CMD_UNLOCK:
break;
case CMD_ERASE:
+ if (!quiet)
+ fprintf(stderr, "Erasing %s ...\n", erase[i]);
mtd_erase(device);
break;
case CMD_WRITE: