2012-10-30 04:35:19 +01:00
|
|
|
config BR2_PACKAGE_CURLFTPFS
|
|
|
|
bool "curlftpfs (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_OPENSSL
|
|
|
|
select BR2_PACKAGE_LIBCURL
|
|
|
|
depends on BR2_LARGEFILE
|
|
|
|
depends on BR2_USE_WCHAR # glib2
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse, glib2
|
2013-11-20 18:29:45 +01:00
|
|
|
depends on BR2_USE_MMU # libfuse, glib2
|
2013-02-26 01:16:41 +01:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB # libfuse
|
2012-10-30 04:35:19 +01:00
|
|
|
help
|
|
|
|
CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE
|
|
|
|
and libcurl.
|
|
|
|
|
|
|
|
http://curlftpfs.sourceforge.net/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-02-26 01:16:41 +01:00
|
|
|
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
|