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-03-30 23:07:30 +02:00
|
|
|
depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)
|
2013-12-20 22:31:30 +01:00
|
|
|
|
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
|
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
|
|
|
menu "NFS utilities selection"
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
endmenu
|
2013-12-20 22:31:30 +01:00
|
|
|
|
|
|
|
endif
|