2015-03-30 23:07:30 +02:00
|
|
|
comment "nfs-utils needs a toolchain w/ threads"
|
2013-12-20 22:31:30 +01:00
|
|
|
depends on BR2_USE_MMU
|
2015-07-20 23:47:38 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
2013-12-20 22:31:30 +01:00
|
|
|
|
2007-01-14 02:46:04 +01:00
|
|
|
config BR2_PACKAGE_NFS_UTILS
|
|
|
|
bool "nfs-utils"
|
2015-07-20 23:47:38 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libtirpc, rpcbind
|
2012-11-04 08:34:13 +01:00
|
|
|
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2015-07-11 16:48:19 +02:00
|
|
|
select BR2_PACKAGE_RPCBIND # runtime
|
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.
|
|
|
|
|
|
|
|
http://sourceforge.net/projects/nfs
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_NFS_UTILS
|
2007-10-30 22:15:46 +01:00
|
|
|
|
2007-01-14 02:46:04 +01:00
|
|
|
config BR2_PACKAGE_NFS_UTILS_RPCDEBUG
|
|
|
|
bool "rpcdebug"
|
|
|
|
help
|
|
|
|
The RPC debugging utility
|
|
|
|
|
|
|
|
config BR2_PACKAGE_NFS_UTILS_RPC_LOCKD
|
|
|
|
bool "rpc.lockd"
|
|
|
|
help
|
|
|
|
NFS lock manager for Linux kernels older than 2.4
|
|
|
|
|
|
|
|
config BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD
|
|
|
|
bool "rpc.rquotad"
|
|
|
|
help
|
|
|
|
NFS remote quota server
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
endif
|