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 <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/21078
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
John Audia 2025-12-07 16:53:23 -05:00 committed by Robert Marko
parent c1599ce82e
commit 460afd1045

View File

@ -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 \