aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 86b8059cb..5187bc506 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -63,7 +63,6 @@
#define BB_MNC
#define BB_MORE
#define BB_MOUNT
-#define BB_NFSMOUNT
#define BB_MT
#define BB_NSLOOKUP
#define BB_PING
@@ -185,6 +184,9 @@
// Enable support for remounting filesystems
#define BB_FEATURE_REMOUNT
//
+// Enable support for mounting remote NFS volumes
+//#define BB_FEATURE_NFSMOUNT
+//
// Enable support for creation of tar files.
#define BB_FEATURE_TAR_CREATE
//
@@ -253,3 +255,7 @@
#endif
#endif
//
+#if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT
+#define BB_NFSMOUNT
+#endif
+//