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 | babb67d87c4f53127b21b9ea720551a138099f13 (patch) | |
tree | 713f6fbf628db55d80edfe412ef771a1b71bf400 /target/linux/generic-2.6/config-2.6.31 | |
parent | 37e505be46517d06d50144b7e6574edbd31a030f (diff) | |
download | upstream-babb67d87c4f53127b21b9ea720551a138099f13.tar.gz upstream-babb67d87c4f53127b21b9ea720551a138099f13.tar.bz2 upstream-babb67d87c4f53127b21b9ea720551a138099f13.zip |
[package] kernel: make NFSv4 optional and add kmods for it - patch by Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19772 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.31')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.31 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/config-2.6.31 b/target/linux/generic-2.6/config-2.6.31 index 6678ecc013..5d571fe664 100644 --- a/target/linux/generic-2.6/config-2.6.31 +++ b/target/linux/generic-2.6/config-2.6.31 @@ -1446,12 +1446,12 @@ 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_1 is not set -CONFIG_NFS_V4=y +# CONFIG_NFS_V4 is not set # CONFIG_NFTL is not set # CONFIG_NILFS2_FS is not set CONFIG_NL80211=y |