From: John Audia Date: Sun, 7 Dec 2025 21:53:23 +0000 (-0500) Subject: kernel: kmod-fs-nfs-v4: add option for kernel-6.18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=460afd1045c60e4e1d47d995ebd904bc326ab21e;p=thirdparty%2Fopenwrt.git kernel: kmod-fs-nfs-v4: add option for kernel-6.18 Add a config option for the 6.18 series of kernels Signed-off-by: John Audia Link: https://github.com/openwrt/openwrt/pull/21078 Signed-off-by: Robert Marko --- diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk index 85c9a5e9cbd..5b95eb45e55 100644 --- a/package/kernel/linux/modules/fs.mk +++ b/package/kernel/linux/modules/fs.mk @@ -474,6 +474,7 @@ define KernelPackage/fs-nfs-common CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org" \ CONFIG_NFS_V4_1_MIGRATION=n \ CONFIG_NFS_V4_2=y \ + CONFIG_NFSD_V4_DELEG_TIMESTAMPS=n@ge6.18 \ CONFIG_NFS_V4_2_READ_PLUS=n FILES:= \ $(LINUX_DIR)/fs/lockd/lockd.ko \