2013-02-05 01:48:03 +01:00
|
|
|
config BR2_PACKAGE_EXFAT
|
|
|
|
bool "exFAT (FUSE)"
|
|
|
|
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
|
2023-03-04 14:52:58 +01:00
|
|
|
select BR2_PACKAGE_LIBFUSE3 if !BR2_PACKAGE_LIBFUSE
|
2013-02-05 01:48:03 +01:00
|
|
|
help
|
|
|
|
A full-featured exFAT file system implementation for GNU/Linux
|
|
|
|
and other Unix-like systems as a FUSE module.
|
|
|
|
|
2015-10-19 23:38:33 +02:00
|
|
|
https://github.com/relan/exfat
|
2013-02-05 01:48:03 +01:00
|
|
|
|
2015-03-30 23:07:30 +02:00
|
|
|
comment "exfat 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_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || BR2_STATIC_LIBS
|