From 40d21a36820f46735ab58877aeaa20c89fd9766c Mon Sep 17 00:00:00 2001 From: Alexandru Costache Date: Thu, 7 Jul 2022 13:45:13 +0000 Subject: [PATCH] linux-raspberrypi: Enable NFS_V4 server support Previous commit enables NFS_V4 client support, let's also add server support as later requested by the user. Signed-off-by: Alexandru Costache --- .../recipes-kernel/linux/linux-raspberrypi_5.10.bbappend | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.10.bbappend b/layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.10.bbappend index b7fc4ad41..01c2e814d 100644 --- a/layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.10.bbappend +++ b/layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.10.bbappend @@ -188,9 +188,12 @@ BALENA_CONFIGS[rtrpi300cfgs] = " \ BALENA_CONFIGS:append = " nfsfs" BALENA_CONFIGS[nfsfs] = " \ CONFIG_NFS_FS=m \ - CONFIG_NFS_V2=m \ - CONFIG_NFS_V3=m \ - CONFIG_NFS_V4=m \ + CONFIG_NFS_V2=y \ + CONFIG_NFS_V3=y \ + CONFIG_NFS_V4=y \ + CONFIG_NFSD=m \ + CONFIG_NFSD_V3=y \ + CONFIG_NFSD_V4=y \ " # The Pi3-64 and Pi4-64 are the only boards very low on rootfs space for now