aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.h b/Config.h
index c7745f665..0f31ae16b 100644
--- a/Config.h
+++ b/Config.h
@@ -211,7 +211,8 @@
211//#define BB_FEATURE_MOUNT_MTAB_SUPPORT 211//#define BB_FEATURE_MOUNT_MTAB_SUPPORT
212// 212//
213// Enable support for mounting remote NFS volumes. 213// Enable support for mounting remote NFS volumes.
214// You may no -o nolock if no local portmapper is running. 214// You may need to mount with "-o nolock" if you are
215// not running a local portmapper daemon...
215#define BB_FEATURE_NFSMOUNT 216#define BB_FEATURE_NFSMOUNT
216// 217//
217// Enable support forced filesystem unmounting 218// Enable support forced filesystem unmounting