2007-01-14 02:46:04 +01:00
|
|
|
config BR2_PACKAGE_NFS_UTILS
|
|
|
|
bool "nfs-utils"
|
2013-09-13 12:41:20 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
|
2012-11-04 08:34:13 +01:00
|
|
|
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2011-02-20 23:31:38 +01:00
|
|
|
depends on BR2_LARGEFILE
|
2013-10-02 07:49:36 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2007-01-14 02:46:04 +01:00
|
|
|
help
|
|
|
|
The NFS Linux kernel server.
|
2007-01-22 16:56:42 +01:00
|
|
|
Warning: We do not force largefile support on here on purpose.
|
|
|
|
Enable it yourself if you want to access big exports!
|
2007-01-14 02:46:04 +01:00
|
|
|
|
|
|
|
http://sourceforge.net/projects/nfs
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "nfs-utils needs a toolchain w/ largefile, threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-09-13 12:41:20 +02:00
|
|
|
depends on !BR2_LARGEFILE || \
|
|
|
|
!(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)
|
2007-10-30 22:15:46 +01:00
|
|
|
|
2007-01-14 02:46:04 +01:00
|
|
|
menu "NFS utilities selection"
|
2008-06-19 21:06:25 +02:00
|
|
|
depends on BR2_PACKAGE_NFS_UTILS
|
2007-01-14 02:46:04 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_NFS_UTILS_RPCDEBUG
|
|
|
|
bool "rpcdebug"
|
|
|
|
depends on BR2_PACKAGE_NFS_UTILS
|
|
|
|
help
|
|
|
|
The RPC debugging utility
|
|
|
|
|
|
|
|
config BR2_PACKAGE_NFS_UTILS_RPC_LOCKD
|
|
|
|
bool "rpc.lockd"
|
|
|
|
depends on BR2_PACKAGE_NFS_UTILS
|
|
|
|
help
|
|
|
|
NFS lock manager for Linux kernels older than 2.4
|
|
|
|
|
|
|
|
config BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD
|
|
|
|
bool "rpc.rquotad"
|
|
|
|
depends on BR2_PACKAGE_NFS_UTILS
|
|
|
|
help
|
|
|
|
NFS remote quota server
|
|
|
|
|
|
|
|
endmenu
|