1*4882a593Smuzhiyunconfig BR2_PACKAGE_CURLFTPFS 2*4882a593Smuzhiyun bool "curlftpfs (FUSE)" 3*4882a593Smuzhiyun depends on BR2_USE_WCHAR # glib2 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse, glib2 5*4882a593Smuzhiyun depends on BR2_USE_MMU # libfuse, glib2 6*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # libfuse 7*4882a593Smuzhiyun select BR2_PACKAGE_LIBFUSE 8*4882a593Smuzhiyun select BR2_PACKAGE_LIBGLIB2 9*4882a593Smuzhiyun select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE 10*4882a593Smuzhiyun select BR2_PACKAGE_OPENSSL 11*4882a593Smuzhiyun select BR2_PACKAGE_LIBCURL 12*4882a593Smuzhiyun help 13*4882a593Smuzhiyun CurlFtpFS is a filesystem for accessing FTP hosts based on 14*4882a593Smuzhiyun FUSE and libcurl. 15*4882a593Smuzhiyun 16*4882a593Smuzhiyun http://curlftpfs.sourceforge.net/ 17*4882a593Smuzhiyun 18*4882a593Smuzhiyuncomment "curlftpfs needs a toolchain w/ wchar, threads, dynamic library" 19*4882a593Smuzhiyun depends on BR2_USE_MMU 20*4882a593Smuzhiyun depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS 21