Config.in 626 B

123456789101112131415161718
  1. config BR2_PACKAGE_SSHFS
  2. bool "sshfs (FUSE)"
  3. select BR2_PACKAGE_LIBFUSE
  4. select BR2_PACKAGE_LIBGLIB2
  5. select BR2_PACKAGE_GETTEXT
  6. select BR2_PACKAGE_LIBINTL
  7. select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
  8. depends on BR2_PACKAGE_OPENSSH
  9. help
  10. FUSE makes it possible to implement a filesystem in a userspace
  11. program. Features include: simple yet comprehensive API, secure
  12. mounting by non-root users, support for 2.4 and 2.6 Linux
  13. kernels, multi-threaded operation. etc...
  14. http://fuse.sourceforge.net/sshfs.html
  15. comment "sshfs requires a toolchain with LARGEFILE support"
  16. depends on !BR2_LARGEFILE