mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add missing mtd output message
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3199 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
224d04097f
commit
aa347a0490
@ -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…
x
Reference in New Issue
Block a user