From 086029cd7c6024986bed00066bc966a7449e0c9a Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Mon, 4 Jul 2022 13:26:01 -0400 Subject: [PATCH] linux-raspberrypi: Enable NFSv4 config Changelog-entry: linux-raspberrypi: Enable NFSv4 config Signed-off-by: Kyle Harding --- .../recipes-kernel/linux/linux-raspberrypi_5.10.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) 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 bd144493a..b7fc4ad41 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 @@ -185,6 +185,14 @@ BALENA_CONFIGS[rtrpi300cfgs] = " \ CONFIG_CH432T_SPI=m \ " +BALENA_CONFIGS:append = " nfsfs" +BALENA_CONFIGS[nfsfs] = " \ + CONFIG_NFS_FS=m \ + CONFIG_NFS_V2=m \ + CONFIG_NFS_V3=m \ + CONFIG_NFS_V4=m \ +" + # The Pi3-64 and Pi4-64 are the only boards very low on rootfs space for now # so we add this as per https://github.com/balena-os/meta-balena/pull/2411 BALENA_CONFIGS:append:raspberrypi4-64 = " optimize-size"