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/bootchartd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'toys/pending/bootchartd.c') diff --git a/toys/pending/bootchartd.c b/toys/pending/bootchartd.c index d903405f..7e5a136f 100644 --- a/toys/pending/bootchartd.c +++ b/toys/pending/bootchartd.c @@ -10,6 +10,7 @@ USE_BOOTCHARTD(NEWTOY(bootchartd, 0, TOYFLAG_STAYROOT|TOYFLAG_USR|TOYFLAG_BIN)) config BOOTCHARTD bool "bootchartd" default n + depends on TOYBOX_FORK help usage: bootchartd {start [PROG ARGS]}|stop|init -- cgit v1.2.3