summaryrefslogtreecommitdiff
path: root/package/e2fsprogs
diff options
context:
space:
mode:
authorFrank Bergmann <frank@frajasalo.de>2014-02-20 22:59:38 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-27 14:19:49 +0100
commit66a70b62b007526dcc656c92273bbadbeed802a2 (patch)
tree20d9f758fdfc2b2351f74f01df1664b22cbabdc3 /package/e2fsprogs
parent5f623e4696474357075279769548a13a37ebbd0d (diff)
e2fsprogs: disable e4defrag for nios
e4defrag has to be disabled because of the (external) toolchain declares the fallocate64 call in the header files but don't implement it in the library. e4defrag defines its own fallocate64 function that throws an error because of the previous declaration in the toolchain header. Signed-off-by: Frank Bergmann <frank@frajasalo.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/e2fsprogs')
-rw-r--r--package/e2fsprogs/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/e2fsprogs/Config.in b/package/e2fsprogs/Config.in
index ae4da9572..eb7bedb94 100644
--- a/package/e2fsprogs/Config.in
+++ b/package/e2fsprogs/Config.in
@@ -50,7 +50,7 @@ config BR2_PACKAGE_E2FSPROGS_E2UNDO
config BR2_PACKAGE_E2FSPROGS_E4DEFRAG
bool "e4defrag"
- depends on !BR2_avr32 # fallocate not implemented
+ depends on !BR2_avr32 && !BR2_nios2 # fallocate not implemented
config BR2_PACKAGE_E2FSPROGS_FILEFRAG
bool "filefrag"