summaryrefslogtreecommitdiffstats
path: root/package/dosfstools/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2010-09-29 14:47:04 +0200
committerPeter Korsgaard2010-09-29 14:47:04 +0200
commit7477b474da77e2a3d2bf75c3b6a75c2bf865bc51 (patch)
treebb0f5d34207d3a26942d6c7dbe7e2a830b4b0e87 /package/dosfstools/Config.in
parentMerge branch 'for-2010.11/kernel-image-formats' of git://git.busybox.net/~tpe... (diff)
downloadbuildroot-7477b474da77e2a3d2bf75c3b6a75c2bf865bc51.tar.gz
buildroot-7477b474da77e2a3d2bf75c3b6a75c2bf865bc51.tar.xz
buildroot-7477b474da77e2a3d2bf75c3b6a75c2bf865bc51.zip
dosfstools: needs largefile support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dosfstools/Config.in')
-rw-r--r--package/dosfstools/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/dosfstools/Config.in b/package/dosfstools/Config.in
index 4906fff86..1b9202699 100644
--- a/package/dosfstools/Config.in
+++ b/package/dosfstools/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_DOSFSTOOLS
bool "dosfstools"
+ depends on BR2_LARGEFILE
help
Tools for creating and checking DOS FAT filesystems.
@@ -22,3 +23,6 @@ config BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL
depends on BR2_PACKAGE_DOSFSTOOLS
help
Get or set the DOS FAT filesystem label.
+
+comment "dosfstools requires a toolchain with LARGEFILE support"
+ depends on !BR2_LARGEFILE