blob: e5c03389bd80c3ac864c3efd5e8cebceeba5fe32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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/
comment "exfat-utils needs a toolchain w/ largefile, wchar"
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR
|