2013-02-05 01:48:03 +01:00
|
|
|
config BR2_PACKAGE_EXFAT
|
|
|
|
bool "exFAT (FUSE)"
|
|
|
|
depends on BR2_LARGEFILE # libfuse
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
|
|
|
|
depends on BR2_USE_MMU # libfuse
|
|
|
|
depends on BR2_USE_WCHAR
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # libfuse
|
2013-02-05 01:48:03 +01:00
|
|
|
select BR2_PACKAGE_LIBFUSE
|
|
|
|
help
|
|
|
|
A full-featured exFAT file system implementation for GNU/Linux
|
|
|
|
and other Unix-like systems as a FUSE module.
|
|
|
|
|
|
|
|
http://code.google.com/p/exfat/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "exfat needs a toolchain w/ largefile, wchar, threads, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || BR2_STATIC_LIBS
|