summaryrefslogtreecommitdiff
path: root/mk/modules.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-17 18:28:58 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-17 18:28:58 +0100
commitc9e26ba32e24b2a84ec1978d49c53187e99a086c (patch)
treef734cb3b662bd26687cab6d466d338b840dcec39 /mk/modules.mk
parent96b22f101eb53be683212f7fd4c61c8f16bbe283 (diff)
reorganize nfs package, add nfs client and server subpackages
Diffstat (limited to 'mk/modules.mk')
-rw-r--r--mk/modules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/modules.mk b/mk/modules.mk
index bb84317de..fb7044457 100644
--- a/mk/modules.mk
+++ b/mk/modules.mk
@@ -1106,7 +1106,7 @@ $(eval $(call KMOD_template,LOCKD,lockd,\
ifneq ($(ADK_KERNEL_NFS_FS),y)
$(eval $(call KMOD_template,NFS_FS,nfs-fs,\
$(MODULES_DIR)/kernel/fs/nfs/nfs \
-,30))
+,30, kmod-sunrpc))
endif
#$(eval $(call KMOD_template,EXPORTFS,exportfs,\