imagemagick: bump version to 7.0.3-7 (security)
[buildroot-gz.git] / package / nfs-utils / Config.in
blobbfaddd151610a7bf329cd0514cb616a34fff39cd
1 comment "nfs-utils needs a toolchain w/ threads"
2         depends on BR2_USE_MMU
3         depends on !BR2_TOOLCHAIN_HAS_THREADS
5 config BR2_PACKAGE_NFS_UTILS
6         bool "nfs-utils"
7         depends on BR2_TOOLCHAIN_HAS_THREADS # libtirpc, rpcbind
8         select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
9         select BR2_PACKAGE_RPCBIND # runtime
10         depends on BR2_USE_MMU # fork()
11         help
12           The NFS Linux kernel server.
14           http://sourceforge.net/projects/nfs
16 if BR2_PACKAGE_NFS_UTILS
18 config BR2_PACKAGE_NFS_UTILS_RPCDEBUG
19         bool "rpcdebug"
20         help
21           The RPC debugging utility
23 config BR2_PACKAGE_NFS_UTILS_RPC_LOCKD
24         bool "rpc.lockd"
25         help
26           NFS lock manager for Linux kernels older than 2.4
28 config BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD
29         bool "rpc.rquotad"
30         help
31           NFS remote quota server
33 endif