diff options
Diffstat (limited to 'package/exfat-utils/Config.in')
-rw-r--r-- | package/exfat-utils/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/exfat-utils/Config.in b/package/exfat-utils/Config.in index e5c03389bd..aedff5fbb7 100644 --- a/package/exfat-utils/Config.in +++ b/package/exfat-utils/Config.in @@ -1,11 +1,10 @@ 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 +comment "exfat-utils needs a toolchain w/ wchar" + depends on !BR2_USE_WCHAR |