mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-03 12:34:19 +00:00
add missing mtd output message
SVN-Revision: 3199
This commit is contained in:
parent
92a4d694d9
commit
51c6515896
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user