projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72c232e
)
add missing mtd output message
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 9 Feb 2006 08:24:05 +0000
(08:24 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 9 Feb 2006 08:24:05 +0000
(08:24 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3199
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/mtd/mtd.c
patch
|
blob
|
history
diff --git
a/package/mtd/mtd.c
b/package/mtd/mtd.c
index
bdc2f10
..
31b9924
100644
(file)
--- a/
package/mtd/mtd.c
+++ b/
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:
This page took
0.030665 seconds
and
4
git commands to generate.