[OpenWrt-Devel] [PATCH] modules: select grace_period config option for nfs-common
Nathan Hintz
nlhintz at hotmail.com
Fri Jan 23 23:40:13 EST 2015
Signed-off-by: Nathan Hintz <nlhintz at hotmail.com>
---
package/kernel/linux/modules/fs.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk
index 3ae3c2d..1de7acd 100644
--- a/package/kernel/linux/modules/fs.mk
+++ b/package/kernel/linux/modules/fs.mk
@@ -324,6 +324,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 \
--
1.9.3
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list