2
1

Config.in 848 B

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