Skip to content

Commit

Permalink
Merge pull request #3069 from balena-os/add_nfs_fs
Browse files Browse the repository at this point in the history
kernel-balena: Include NFS V2, V3 and V4 client and server modules
  • Loading branch information
alexgg authored Mar 23, 2023
2 parents 30718d0 + 54c4090 commit ae93742
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions meta-balena-common/classes/kernel-balena.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ BALENA_CONFIGS ?= " \
zram \
${BALENA_STORAGE} \
fatfs \
nfsfs \
apple_hfs \
nf_tables \
dummy \
Expand Down Expand Up @@ -241,6 +242,14 @@ BALENA_CONFIGS[apple_hfs] = " \
CONFIG_HFSPLUS_FS=m \
"

BALENA_CONFIGS[nfsfs] = " \
CONFIG_NFS_FS=m \
CONFIG_NFS_V2=m \
CONFIG_NFS_V3=m \
CONFIG_NFS_V4=m \
CONFIG_NFSD_V3=y \
CONFIG_NFSD_V4=y \
"
#
# systemd specific kernel configuration options
# see https://github.com/systemd/systemd/blob/master/README for an up-to-date list
Expand Down

0 comments on commit ae93742

Please sign in to comment.