summaryrefslogtreecommitdiffstats
path: root/package/exfat-utils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/exfat-utils/Config.in')
-rw-r--r--package/exfat-utils/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/exfat-utils/Config.in b/package/exfat-utils/Config.in
new file mode 100644
index 000000000..1fc68be8a
--- /dev/null
+++ b/package/exfat-utils/Config.in
@@ -0,0 +1,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 requires a toolchain with LARGEFILE and WCHAR support"
+ depends on !BR2_LARGEFILE || !BR2_USE_WCHAR