From: Peter Korsgaard Date: Wed, 29 Sep 2010 12:47:04 +0000 (+0200) Subject: dosfstools: needs largefile support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7477b474da77e2a3d2bf75c3b6a75c2bf865bc51;p=buildroot.git dosfstools: needs largefile support Signed-off-by: Peter Korsgaard --- diff --git a/package/dosfstools/Config.in b/package/dosfstools/Config.in index 4906fff86f..1b92026993 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