summaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorEric Andersen2000-07-10 23:39:44 +0000
committerEric Andersen2000-07-10 23:39:44 +0000
commitda1d1e763d5f4dbdc2c5afd7d5034ed979a15d71 (patch)
treef1a3b22ce19c5b6c1599baa6afa89712b1230d53 /busybox.def.h
parentcc54d12ef716e9206344c18006b46386fe49ba9b (diff)
downloadbusybox-da1d1e763d5f4dbdc2c5afd7d5034ed979a15d71.zip
busybox-da1d1e763d5f4dbdc2c5afd7d5034ed979a15d71.tar.gz
Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 4871d8a..0f2bcef 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -195,14 +195,14 @@
// Enable support for a real /etc/mtab file instead of /proc/mounts
//#define BB_FEATURE_MOUNT_MTAB_SUPPORT
//
+// Enable support for mounting remote NFS volumes
+// (This does not yet work with Linux 2.[34].x kernels)
+#define BB_FEATURE_NFSMOUNT
+//
// Enable support forced filesystem unmounting
// (i.e. in case of an unreachable NFS system).
#define BB_FEATURE_MOUNT_FORCE
//
-// Enable support for mounting remote NFS volumes
-// (This does not yet work with Linux 2.[34].x kernels)
-//#define BB_FEATURE_NFSMOUNT
-//
// Enable support for creation of tar files.
#define BB_FEATURE_TAR_CREATE
//