mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 12:55:43 +08:00
nshlib/dd: remove nsh dd cmd
using system/dd to instead nsh dd cmd remove related to config, file. Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
This commit is contained in:

committed by
Lup Yuen Lee

parent
6db2c14faa
commit
5585c9d347
@@ -185,12 +185,6 @@ static const struct cmdmap_s g_cmdmap[] =
|
||||
1, 4, "[-s \"MMM DD HH:MM:SS YYYY\"] [-u] [+format]"),
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_NSH_DISABLE_DD
|
||||
CMD_MAP("dd", cmd_dd, 1, 7,
|
||||
"if=<infile> of=<outfile> [bs=<sectsize>] [count=<sectors>] "
|
||||
"[skip=<sectors>] [seek=<sectors>] [verify] [conv=<nocreat,notrunc>]"),
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_NET) && defined(CONFIG_NET_ROUTE) && !defined(CONFIG_NSH_DISABLE_DELROUTE)
|
||||
CMD_MAP("delroute", cmd_delroute, 2, 3, "<target> [<netmask>]"),
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user