Config.in 896 B

123456789101112131415161718192021222324252627282930313233343536
  1. config BR2_PACKAGE_NFS_UTILS
  2. bool "nfs-utils"
  3. depends on BR2_INET_RPC
  4. depends on BR2_LARGEFILE
  5. help
  6. The NFS Linux kernel server.
  7. Warning: We do not force largefile support on here on purpose.
  8. Enable it yourself if you want to access big exports!
  9. http://sourceforge.net/projects/nfs
  10. comment "nfs-utils requires a toolchain with RPC and LARGEFILE support"
  11. depends on !BR2_INET_RPC || !BR2_LARGEFILE
  12. menu "NFS utilities selection"
  13. depends on BR2_PACKAGE_NFS_UTILS
  14. config BR2_PACKAGE_NFS_UTILS_RPCDEBUG
  15. bool "rpcdebug"
  16. depends on BR2_PACKAGE_NFS_UTILS
  17. help
  18. The RPC debugging utility
  19. config BR2_PACKAGE_NFS_UTILS_RPC_LOCKD
  20. bool "rpc.lockd"
  21. depends on BR2_PACKAGE_NFS_UTILS
  22. help
  23. NFS lock manager for Linux kernels older than 2.4
  24. config BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD
  25. bool "rpc.rquotad"
  26. depends on BR2_PACKAGE_NFS_UTILS
  27. help
  28. NFS remote quota server
  29. endmenu