Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-filesystem

This commit is contained in:
Gregory Nutt
2014-02-19 13:14:39 -06:00
parent b39f432020
commit c88b844190
4 changed files with 10 additions and 7 deletions

View File

@@ -300,7 +300,7 @@ static const struct cmdmap_s g_cmdmap[] =
# endif
#endif
#if !defined(CONFIG_DISABLE_MOUNTPOINT) && CONFIG_NFILE_DESCRIPTORS > 0 && defined(CONFIG_FS_WRITABLE)
#if CONFIG_NFILE_DESCRIPTORS > 0
# ifndef CONFIG_NSH_DISABLE_MV
{ "mv", cmd_mv, 3, 3, "<old-path> <new-path>" },
# endif