modules: select grace_period config option for nfs-common

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44170 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin
2015-01-28 12:06:52 +00:00
parent fa2fd8c699
commit 409777485f

View File

@@ -318,6 +318,7 @@ define KernelPackage/fs-nfs-common
CONFIG_LOCKD \
CONFIG_SUNRPC
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.18.0)),1)
KCONFIG+=CONFIG_GRACE_PERIOD
FILES:= \
$(LINUX_DIR)/fs/nfs_common/grace.ko \
$(LINUX_DIR)/fs/lockd/lockd.ko \