d8cea83897
The project moved to github, so point the homepage and download URL there. [Thomas: - Remove comment "Switch to github helper on bump" since we clearly don't want to switch to the github helper if they continue to upload release tarballs.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
20 lines
690 B
Plaintext
20 lines
690 B
Plaintext
config BR2_PACKAGE_SSHFS
|
|
bool "sshfs (FUSE)"
|
|
select BR2_PACKAGE_LIBFUSE
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
select BR2_PACKAGE_OPENSSH
|
|
depends on BR2_USE_WCHAR # glib2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse, glib2
|
|
depends on BR2_USE_MMU # libfuse, glib2
|
|
depends on !BR2_STATIC_LIBS # libfuse
|
|
help
|
|
FUSE filesystem client based on the SSH File Transfer Protocol.
|
|
|
|
https://github.com/libfuse/sshfs
|
|
|
|
comment "sshfs needs a toolchain w/ wchar, threads, dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|