summaryrefslogtreecommitdiffstats
path: root/package/xfsprogs
diff options
context:
space:
mode:
Diffstat (limited to 'package/xfsprogs')
-rw-r--r--package/xfsprogs/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/xfsprogs/Config.in b/package/xfsprogs/Config.in
index 6a5c9a1be..2f462cbff 100644
--- a/package/xfsprogs/Config.in
+++ b/package/xfsprogs/Config.in
@@ -4,8 +4,13 @@ comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED enabled
config BR2_PACKAGE_XFSPROGS
bool "xfsprogs"
+ depends on BR2_LARGEFILE
+ select BR2_PACKAGE_E2FSPROGS
help
The XFS file system utilities and libraries
http://oss.sgi.com/projects/xfs/
+comment "xfssprogs requires a toolchain with LARGEFILE support"
+ depends on !BR2_LARGEFILE
+