comment "nfs-utils needs a toolchain w/ largefile, threads"
depends on !BR2_LARGEFILE || \
!(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)
config BR2_PACKAGE_NFS_UTILS
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
depends on BR2_USE_MMU # fork()
The NFS Linux kernel server.
Warning: We do not force largefile support on here on purpose.
Enable it yourself if you want to access big exports!
http://sourceforge.net/projects/nfs
menu "NFS utilities selection"
config BR2_PACKAGE_NFS_UTILS_RPCDEBUG
The RPC debugging utility
config BR2_PACKAGE_NFS_UTILS_RPC_LOCKD
NFS lock manager for Linux kernels older than 2.4
config BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD