From 1fd80657b06e016217efb7068b08fa9e4aa5650d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 8 Mar 2016 13:39:23 -0600 Subject: Add depends on TOYBOX_FORK for various commands that need nommu conversion. (This should fix allyesconfig.) --- toys/pending/crontab.c | 1 + 1 file changed, 1 insertion(+) (limited to 'toys/pending/crontab.c') diff --git a/toys/pending/crontab.c b/toys/pending/crontab.c index 67c8a543..80a881d7 100644 --- a/toys/pending/crontab.c +++ b/toys/pending/crontab.c @@ -9,6 +9,7 @@ USE_CRONTAB(NEWTOY(crontab, "c:u:elr[!elr]", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_STA config CRONTAB bool "crontab" default n + depends on TOYBOX_FORK help usage: crontab [-u user] FILE [-u user] [-e | -l | -r] -- cgit v1.2.3