aboutsummaryrefslogtreecommitdiff
path: root/toys/other
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other')
-rw-r--r--toys/other/fallocate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/other/fallocate.c b/toys/other/fallocate.c
index a7308972..5007effe 100644
--- a/toys/other/fallocate.c
+++ b/toys/other/fallocate.c
@@ -8,7 +8,6 @@ USE_FALLOCATE(NEWTOY(fallocate, ">1l#|o#", TOYFLAG_USR|TOYFLAG_BIN))
config FALLOCATE
bool "fallocate"
- depends on TOYBOX_FALLOCATE
default y
help
usage: fallocate [-l size] [-o offset] file