Config.in 889 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. config BR2_PACKAGE_NFS_UTILS
  2. bool "nfs-utils"
  3. depends on BR2_INET_RPC
  4. default n
  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 'Enable RPC' selected"
  11. depends on !BR2_INET_RPC
  12. menu "NFS utilities selection"
  13. depends BR2_PACKAGE_NFS_UTILS
  14. config BR2_PACKAGE_NFS_UTILS_RPCDEBUG
  15. bool "rpcdebug"
  16. default n
  17. depends on BR2_PACKAGE_NFS_UTILS
  18. help
  19. The RPC debugging utility
  20. config BR2_PACKAGE_NFS_UTILS_RPC_LOCKD
  21. bool "rpc.lockd"
  22. default n
  23. depends on BR2_PACKAGE_NFS_UTILS
  24. help
  25. NFS lock manager for Linux kernels older than 2.4
  26. config BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD
  27. bool "rpc.rquotad"
  28. default n
  29. depends on BR2_PACKAGE_NFS_UTILS
  30. help
  31. NFS remote quota server
  32. endmenu