aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index 1e9e5500c..e6f5315f2 100644
--- a/Config.h
+++ b/Config.h
@@ -239,6 +239,9 @@
239// Enable support for mounting remote NFS volumes. 239// Enable support for mounting remote NFS volumes.
240// You may need to mount with "-o nolock" if you are 240// You may need to mount with "-o nolock" if you are
241// not running a local portmapper daemon... 241// not running a local portmapper daemon...
242//
243// If you are using uClibc, be sure that you've already compiled
244// uClibc with INCLUDE_RPC=true (contained in the Config file)
242//#define BB_FEATURE_NFSMOUNT 245//#define BB_FEATURE_NFSMOUNT
243// 246//
244// Enable support forced filesystem unmounting 247// Enable support forced filesystem unmounting