2013-02-05 01:48:04 +01:00
|
|
|
config BR2_PACKAGE_EXFAT_UTILS
|
|
|
|
bool "exfat-utils"
|
|
|
|
depends on BR2_LARGEFILE
|
|
|
|
depends on BR2_USE_WCHAR
|
|
|
|
help
|
|
|
|
exFAT filesystem utilities.
|
|
|
|
|
|
|
|
http://code.google.com/p/exfat/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "exfat-utils needs a toolchain w/ largefile, wchar"
|
2013-02-05 01:48:04 +01:00
|
|
|
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR
|