diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-27 23:34:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-27 23:34:37 +0000 |
commit | 9198bbb303508800a55d9887ad940052f388a5cd (patch) | |
tree | baf9979e2650994e4b5e931a3288e30fb404994c /target/linux/generic-2.4/config-template | |
parent | 8a0c6f61877bcc227bb9ab5025d17ddd65c97afe (diff) | |
download | mtk-20170518-9198bbb303508800a55d9887ad940052f388a5cd.zip mtk-20170518-9198bbb303508800a55d9887ad940052f388a5cd.tar.gz mtk-20170518-9198bbb303508800a55d9887ad940052f388a5cd.tar.bz2 |
add nfs kernel server kmod package (patch from #1524)
SVN-Revision: 6729
Diffstat (limited to 'target/linux/generic-2.4/config-template')
-rw-r--r-- | target/linux/generic-2.4/config-template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.4/config-template b/target/linux/generic-2.4/config-template index 1553111..37c6f24 100644 --- a/target/linux/generic-2.4/config-template +++ b/target/linux/generic-2.4/config-template @@ -498,9 +498,9 @@ CONFIG_NET_SCH_TEQL=m # CONFIG_NET_VENDOR_3COM is not set # CONFIG_NET_VENDOR_RACAL is not set # CONFIG_NET_VENDOR_SMC is not set -# CONFIG_NFSD is not set +CONFIG_NFSD=m +CONFIG_NFSD_V3=y # CONFIG_NFSD_TCP is not set -# CONFIG_NFSD_V3 is not set # CONFIG_NFS_DIRECTIO is not set CONFIG_NFS_FS=m CONFIG_NFS_V3=y |