diff options
-rw-r--r-- | Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |