2012-10-30 04:35:19 +01:00
|
|
|
config BR2_PACKAGE_CURLFTPFS
|
|
|
|
bool "curlftpfs (FUSE)"
|
2017-04-22 19:17:50 +02:00
|
|
|
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
|
2012-10-30 04:35:19 +01:00
|
|
|
select BR2_PACKAGE_LIBFUSE
|
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
|
|
select BR2_PACKAGE_OPENSSL
|
|
|
|
select BR2_PACKAGE_LIBCURL
|
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
CurlFtpFS is a filesystem for accessing FTP hosts based on
|
|
|
|
FUSE and libcurl.
|
2012-10-30 04:35:19 +01:00
|
|
|
|
|
|
|
http://curlftpfs.sourceforge.net/
|
|
|
|
|
2015-03-30 23:07:30 +02:00
|
|
|
comment "curlftpfs needs a toolchain w/ wchar, threads, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2015-03-30 23:07:30 +02:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|