summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_parse.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-15 16:23:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-15 16:23:17 +0000
commit9c8afa0fd9e51de419fca55a158e01953839d68f (patch)
tree46c344b5a4d3e3e4b4763bec7fb9194ad9803304 /apps/nshlib/nsh_parse.c
parent4a7c0a0fb167fd8d2d9279ffce620aa3e272fcc5 (diff)
downloadnuttx-9c8afa0fd9e51de419fca55a158e01953839d68f.tar.gz
nuttx-9c8afa0fd9e51de419fca55a158e01953839d68f.tar.bz2
nuttx-9c8afa0fd9e51de419fca55a158e01953839d68f.zip
Prep for 6.19 releasenuttx-6.19
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4847 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/nshlib/nsh_parse.c')
-rw-r--r--apps/nshlib/nsh_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nshlib/nsh_parse.c b/apps/nshlib/nsh_parse.c
index bc6f8576a..76cd4664e 100644
--- a/apps/nshlib/nsh_parse.c
+++ b/apps/nshlib/nsh_parse.c
@@ -274,7 +274,7 @@ static const struct cmdmap_s g_cmdmap[] =
#endif
#if !defined(CONFIG_DISABLE_MOUNTPOINT) && CONFIG_NFILE_DESCRIPTORS > 0 && \
- defined(CONFIG_FS_READABLE) && defined(CONFIG_NET) && defined(CONFIG_NFS)
+ defined(CONFIG_NET) && defined(CONFIG_NFS)
# ifndef CONFIG_NSH_DISABLE_NFSMOUNT
{ "nfsmount", cmd_nfsmount, 4, 4, "<server-address> <mount-point> <remote-path>" },
# endif