diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-20 05:17:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-20 05:17:39 +0000 |
commit | 3651c9804b32db19fa2e2cfd41f7dec75d143d22 (patch) | |
tree | fd766d44d8c612c9f77dbd91ab1cbc892cdb163e /target/linux/generic-2.6/config-2.6.25 | |
parent | f04ad5bb5fbc60ba061f1614ab0441607511c303 (diff) | |
download | upstream-3651c9804b32db19fa2e2cfd41f7dec75d143d22.tar.gz upstream-3651c9804b32db19fa2e2cfd41f7dec75d143d22.tar.bz2 upstream-3651c9804b32db19fa2e2cfd41f7dec75d143d22.zip |
kernel: make NFSv4 optional and add kmods for it - patch by Peter Wagner <tripolar@gmx.at>
SVN-Revision: 19772
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.25')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.25 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/config-2.6.25 b/target/linux/generic-2.6/config-2.6.25 index b544fe448d..3ac9274a2b 100644 --- a/target/linux/generic-2.6/config-2.6.25 +++ b/target/linux/generic-2.6/config-2.6.25 @@ -1073,11 +1073,11 @@ CONFIG_NFSD_TCP=y # CONFIG_NFSD_V2_ACL is not set # CONFIG_NFSD_V3_ACL is not set CONFIG_NFSD_V3=y -CONFIG_NFSD_V4=y +# CONFIG_NFSD_V4 is not set # CONFIG_NFS_FS is not set # CONFIG_NFS_V3_ACL is not set CONFIG_NFS_V3=y -CONFIG_NFS_V4=y +# CONFIG_NFS_V4 is not set # CONFIG_NFTL is not set # CONFIG_NLS_ASCII is not set # CONFIG_NLS_CODEPAGE_1250 is not set |