From ae9313e22a12be5d32f65bd5af4e6af120c5c841 Mon Sep 17 00:00:00 2001 From: "Bas v.d. Wiel" <52629687+basvandewiel@users.noreply.github.com> Date: Mon, 13 Mar 2023 17:02:48 +0100 Subject: [PATCH] Enable the NFS filesystem in the kernel. (#45) --- arch/arm/configs/MiSTer_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/MiSTer_defconfig b/arch/arm/configs/MiSTer_defconfig index c038ab844..9d25d850a 100644 --- a/arch/arm/configs/MiSTer_defconfig +++ b/arch/arm/configs/MiSTer_defconfig @@ -3555,6 +3555,7 @@ CONFIG_AFFS_FS=y # CONFIG_EROFS_FS is not set CONFIG_NETWORK_FILESYSTEMS=y # CONFIG_NFS_FS is not set +CONFIG_NFS_FS=y # CONFIG_NFSD is not set # CONFIG_CEPH_FS is not set CONFIG_CIFS=y