aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-18 18:54:08 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-18 18:54:08 +0000
commita9d69fb5680c28a2f3d68b066e42d6d954d790bf (patch)
tree538fe06760eaf60e3343c19c55039494eac2b49b
parent8f122431f5a6c7dc2f88e86989876ba49e8192ba (diff)
downloadbusybox-w32-a9d69fb5680c28a2f3d68b066e42d6d954d790bf.tar.gz
busybox-w32-a9d69fb5680c28a2f3d68b066e42d6d954d790bf.tar.bz2
busybox-w32-a9d69fb5680c28a2f3d68b066e42d6d954d790bf.zip
Removed now incorrect message about NFS not working with
Linux 2.[34].x kernels. It does work now, -Erik
-rw-r--r--busybox.def.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 1db5f00c7..7acfb2822 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -197,8 +197,7 @@
197//#define BB_FEATURE_MOUNT_MTAB_SUPPORT 197//#define BB_FEATURE_MOUNT_MTAB_SUPPORT
198// 198//
199// Enable support for mounting remote NFS volumes 199// Enable support for mounting remote NFS volumes
200// (This does not yet work with Linux 2.[34].x kernels) 200//#define BB_FEATURE_NFSMOUNT
201#define BB_FEATURE_NFSMOUNT
202// 201//
203// Enable support forced filesystem unmounting 202// Enable support forced filesystem unmounting
204// (i.e. in case of an unreachable NFS system). 203// (i.e. in case of an unreachable NFS system).