Skip to content

Commit

Permalink
linux-raspberrypi: Enable NFS_V4 server support
Browse files Browse the repository at this point in the history
Previous commit enables NFS_V4 client support,
let's also add server support as later requested
by the user.

Signed-off-by: Alexandru Costache <[email protected]>
  • Loading branch information
acostach committed Jul 7, 2022
1 parent 5b86209 commit 0b4d928
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b4d928

Please sign in to comment.