]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/nfs-utils/Config.in
packages: remove (non-)lfs dependencies and tweaks
[coffee/buildroot.git] / package / nfs-utils / Config.in
1 comment "nfs-utils needs a toolchain w/ threads"
2         depends on BR2_USE_MMU
3         depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)
4
5 config BR2_PACKAGE_NFS_UTILS
6         bool "nfs-utils"
7         depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
8         select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
9         depends on BR2_USE_MMU # fork()
10         help
11           The NFS Linux kernel server.
12
13           http://sourceforge.net/projects/nfs
14
15 if BR2_PACKAGE_NFS_UTILS
16
17 menu "NFS utilities selection"
18
19 config BR2_PACKAGE_NFS_UTILS_RPCDEBUG
20         bool "rpcdebug"
21         help
22           The RPC debugging utility
23
24 config BR2_PACKAGE_NFS_UTILS_RPC_LOCKD
25         bool "rpc.lockd"
26         help
27           NFS lock manager for Linux kernels older than 2.4
28
29 config BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD
30         bool "rpc.rquotad"
31         help
32           NFS remote quota server
33
34 endmenu
35
36 endif