Author: blogic Date: 2015-01-28 13:06:52 +0100 (Wed, 28 Jan 2015) New Revision: 44170
Modified: trunk/package/kernel/linux/modules/fs.mk Log: modules: select grace_period config option for nfs-common Signed-off-by: Nathan Hintz <[email protected]> Modified: trunk/package/kernel/linux/modules/fs.mk =================================================================== --- trunk/package/kernel/linux/modules/fs.mk 2015-01-28 12:06:45 UTC (rev 44169) +++ trunk/package/kernel/linux/modules/fs.mk 2015-01-28 12:06:52 UTC (rev 44170) @@ -318,6 +318,7 @@ 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 \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
