NFS select FS_LARGEFILE since it's required
This commit is contained in:
parent
e0080766b3
commit
93f05c7e74
|
@ -7,7 +7,6 @@
|
|||
#
|
||||
# CONFIG_ARCH_LEDS is not set
|
||||
# CONFIG_ARCH_RAMFUNCS is not set
|
||||
# CONFIG_FS_LARGEFILE is not set
|
||||
# CONFIG_LIBC_LONG_LONG is not set
|
||||
# CONFIG_NSH_ARGCAT is not set
|
||||
# CONFIG_NSH_CMDOPT_HEXDUMP is not set
|
||||
|
|
|
@ -7,6 +7,7 @@ config NFS
|
|||
bool "NFS client file system"
|
||||
default n
|
||||
depends on !DISABLE_MOUNTPOINT && ALLOW_BSD_COMPONENTS
|
||||
select FS_LARGEFILE
|
||||
---help---
|
||||
Enable network file system (NFS) client file system
|
||||
|
||||
|
|
Loading…
Reference in New Issue