buildrootschalter/package/nfs-utils/Config.in
Bernhard Reutner-Fischer 7ff4443181 - make it compile if LFS is turned off and add a warning to the help-text.
LFS is _not_ turned on by this automagically _on_ _purpose_
2007-01-22 15:56:42 +00:00

36 lines
769 B
Plaintext

config BR2_PACKAGE_NFS_UTILS
bool "nfs-utils"
default n
help
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"
depends BR2_PACKAGE_NFS_UTILS
config BR2_PACKAGE_NFS_UTILS_RPCDEBUG
bool "rpcdebug"
default n
depends on BR2_PACKAGE_NFS_UTILS
help
The RPC debugging utility
config BR2_PACKAGE_NFS_UTILS_RPC_LOCKD
bool "rpc.lockd"
default n
depends on BR2_PACKAGE_NFS_UTILS
help
NFS lock manager for Linux kernels older than 2.4
config BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD
bool "rpc.rquotad"
default n
depends on BR2_PACKAGE_NFS_UTILS
help
NFS remote quota server
endmenu