The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / curlftpfs / Config.in
1 config BR2_PACKAGE_CURLFTPFS
2         bool "curlftpfs (FUSE)"
3         select BR2_PACKAGE_LIBFUSE
4         select BR2_PACKAGE_LIBGLIB2
5         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
6         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
7         select BR2_PACKAGE_OPENSSL
8         select BR2_PACKAGE_LIBCURL
9         depends on BR2_USE_WCHAR # glib2
10         depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse, glib2
11         depends on BR2_USE_MMU # libfuse, glib2
12         depends on !BR2_STATIC_LIBS # libfuse
13         help
14           CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE
15           and libcurl.
16
17           http://curlftpfs.sourceforge.net/
18
19 comment "curlftpfs needs a toolchain w/ wchar, threads, dynamic library"
20         depends on BR2_USE_MMU
21         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS