projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f12243
)
Removed now incorrect message about NFS not working with
author
Eric Andersen
<andersen@codepoet.org>
Tue, 18 Jul 2000 18:54:08 +0000
(18:54 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 18 Jul 2000 18:54:08 +0000
(18:54 -0000)
Linux 2.[34].x kernels. It does work now,
-Erik
busybox.def.h
patch
|
blob
|
history
diff --git
a/busybox.def.h
b/busybox.def.h
index 1db5f00c7a3721e9ce88d136653f95e64f8f2ae0..7acfb2822aaf9d489d0ae3e9f16c6e866818b21a 100644
(file)
--- a/
busybox.def.h
+++ b/
busybox.def.h
@@
-197,8
+197,7
@@
//#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
+//#define BB_FEATURE_NFSMOUNT
//
// Enable support forced filesystem unmounting
// (i.e. in case of an unreachable NFS system).