fe1504bb62
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
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 requires a toolchain with LARGEFILE and WCHAR support"
|
|
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR
|