blob: 9dfbbfcfb844d4707d27a2ee960775529cf70432 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_EXFAT_UTILS
bool "exfat-utils"
depends on BR2_USE_WCHAR
help
exFAT filesystem utilities.
https://github.com/relan/exfat
comment "exfat-utils needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR
|