summaryrefslogtreecommitdiff
path: root/package/ntfsprogs
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-05-26 14:11:31 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-05-26 14:11:31 +0200
commit84b96ac17a0584944932ae5fc5ebea4c6cce27dc (patch)
treed6be6432c9da33a7f93ab7a9ec1d377fdf8f4f0f /package/ntfsprogs
parente155ef3cabc89bf229b6653ed374e53a874b3805 (diff)
ntfsprogs: needs largefile support in toolchain
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ntfsprogs')
-rw-r--r--package/ntfsprogs/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/ntfsprogs/Config.in b/package/ntfsprogs/Config.in
index 38b955e56..836a2b6fe 100644
--- a/package/ntfsprogs/Config.in
+++ b/package/ntfsprogs/Config.in
@@ -1,10 +1,11 @@
config BR2_PACKAGE_NTFSPROGS
bool "ntfsprogs"
depends on BR2_USE_WCHAR
+ depends on BR2_LARGEFILE
help
wide collection of NTFS utilities
http://www.linux-ntfs.org/
-comment "ntfsprogs requires a toolchain with WCHAR support"
- depends on !BR2_USE_WCHAR
+comment "ntfsprogs requires a toolchain with WCHAR and LARGEFILE support"
+ depends on !BR2_USE_WCHAR || !BR2_LARGEFILE