NFS select FS_LARGEFILE since it's required

This commit is contained in:
Peter van der Perk 2022-08-03 15:25:06 +02:00 committed by Xiang Xiao
parent e0080766b3
commit 93f05c7e74
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,6 @@
# #
# CONFIG_ARCH_LEDS is not set # CONFIG_ARCH_LEDS is not set
# CONFIG_ARCH_RAMFUNCS is not set # CONFIG_ARCH_RAMFUNCS is not set
# CONFIG_FS_LARGEFILE is not set
# CONFIG_LIBC_LONG_LONG is not set # CONFIG_LIBC_LONG_LONG is not set
# CONFIG_NSH_ARGCAT is not set # CONFIG_NSH_ARGCAT is not set
# CONFIG_NSH_CMDOPT_HEXDUMP is not set # CONFIG_NSH_CMDOPT_HEXDUMP is not set

View File

@ -7,6 +7,7 @@ config NFS
bool "NFS client file system" bool "NFS client file system"
default n default n
depends on !DISABLE_MOUNTPOINT && ALLOW_BSD_COMPONENTS depends on !DISABLE_MOUNTPOINT && ALLOW_BSD_COMPONENTS
select FS_LARGEFILE
---help--- ---help---
Enable network file system (NFS) client file system Enable network file system (NFS) client file system