dosfstools: needs largefile support
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 29 Sep 2010 12:47:04 +0000 (14:47 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 29 Sep 2010 12:47:04 +0000 (14:47 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/dosfstools/Config.in

index 4906fff86fbe1babba6759df4c893176aeb92c1b..1b92026993eb5b9c7bddf5e607761b1752454f86 100644 (file)
@@ -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