From: Hauke Mehrtens Date: Sat, 29 Sep 2018 21:18:33 +0000 (+0200) Subject: kernel: Add missing config option for NFSDv4 X-Git-Tag: v19.07.0-rc1~2443 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=99e1a12fd0448bc045da7f3776e804df187ee7a2;hp=6bf3a86ed632274b9f4078e7ef1aa14667405004;p=openwrt%2Fopenwrt.git kernel: Add missing config option for NFSDv4 This configuration option is not set when building the layerscape/armv8_64b target. Fixes: 92aa21497b2 ("kernel: build support for NFSv4 in nfsd") Signed-off-by: Hauke Mehrtens --- diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk index 4114659f31..ebf8677d93 100644 --- a/package/kernel/linux/modules/fs.mk +++ b/package/kernel/linux/modules/fs.mk @@ -443,6 +443,7 @@ define KernelPackage/fs-nfsd KCONFIG:= \ CONFIG_NFSD \ CONFIG_NFSD_V4=y \ + CONFIG_NFSD_V4_SECURITY_LABEL=n \ CONFIG_NFSD_BLOCKLAYOUT=n \ CONFIG_NFSD_SCSILAYOUT=n \ CONFIG_NFSD_FLEXFILELAYOUT=n \