From fd0ca13f620dd45359f1406f4081681ef1b986d0 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Mon, 7 Mar 2005 20:24:24 +0000 Subject: [PATCH] Turned on NFS client version 2 and 3 prototocol support. --- configs/kernel-2.6.8-i686-planetlab.config | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/configs/kernel-2.6.8-i686-planetlab.config b/configs/kernel-2.6.8-i686-planetlab.config index 49234b512..e610b90c3 100644 --- a/configs/kernel-2.6.8-i686-planetlab.config +++ b/configs/kernel-2.6.8-i686-planetlab.config @@ -992,9 +992,16 @@ CONFIG_RAMFS=y # # Network File Systems # -# CONFIG_NFS_FS is not set +CONFIG_NFS_FS=m +CONFIG_NFS_V3=y +# CONFIG_NFS_V4 is not set +# CONFIG_NFS_DIRECTIO is not set # CONFIG_NFSD is not set +CONFIG_LOCKD=m +CONFIG_LOCKD_V4=y # CONFIG_EXPORTFS is not set +CONFIG_SUNRPC=m +# CONFIG_RPCSEC_GSS_KRB5 is not set # CONFIG_SMB_FS is not set # CONFIG_CIFS is not set # CONFIG_NCP_FS is not set -- 2.47.0