]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/nfs-utils/Config.in
Merge branch 'next'
[coffee/buildroot.git] / package / nfs-utils / Config.in
1 config BR2_PACKAGE_NFS_UTILS
2         bool "nfs-utils"
3         depends on BR2_INET_RPC
4         depends on BR2_LARGEFILE
5         select BR2_PACKAGE_PORTMAP
6         help
7           The NFS Linux kernel server.
8           Warning: We do not force largefile support on here on purpose.
9           Enable it yourself if you want to access big exports!
10
11           http://sourceforge.net/projects/nfs
12
13 comment "nfs-utils requires a toolchain with RPC and LARGEFILE support"
14         depends on !BR2_INET_RPC || !BR2_LARGEFILE
15
16 menu "NFS utilities selection"
17         depends on BR2_PACKAGE_NFS_UTILS
18
19 config BR2_PACKAGE_NFS_UTILS_RPCDEBUG
20         bool "rpcdebug"
21         depends on BR2_PACKAGE_NFS_UTILS
22         help
23           The RPC debugging utility
24
25 config BR2_PACKAGE_NFS_UTILS_RPC_LOCKD
26         bool "rpc.lockd"
27         depends on BR2_PACKAGE_NFS_UTILS
28         help
29           NFS lock manager for Linux kernels older than 2.4
30
31 config BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD
32         bool "rpc.rquotad"
33         depends on BR2_PACKAGE_NFS_UTILS
34         help
35           NFS remote quota server
36
37 endmenu