Skip to content

Commit

Permalink
linux-raspberrypi: Enable NFSv4 config
Browse files Browse the repository at this point in the history
Changelog-entry: linux-raspberrypi: Enable NFSv4 config
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Jul 5, 2022
1 parent 08377ac commit 17f7eeb
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 17f7eeb

Please sign in to comment.