diff options
author | Rob Landley <rob@landley.net> | 2016-03-08 13:39:23 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-03-08 13:39:23 -0600 |
commit | 1fd80657b06e016217efb7068b08fa9e4aa5650d (patch) | |
tree | f05b7325041818728b11d512cb525f2a6b23c460 /toys/pending/openvt.c | |
parent | 8d95074b7d034188af8542aaea0306d3670d71be (diff) | |
download | toybox-1fd80657b06e016217efb7068b08fa9e4aa5650d.tar.gz |
Add depends on TOYBOX_FORK for various commands that need nommu conversion.
(This should fix allyesconfig.)
Diffstat (limited to 'toys/pending/openvt.c')
-rw-r--r-- | toys/pending/openvt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/pending/openvt.c b/toys/pending/openvt.c index 0eb0c25a..042b897c 100644 --- a/toys/pending/openvt.c +++ b/toys/pending/openvt.c @@ -10,6 +10,7 @@ USE_DEALLOCVT(NEWTOY(deallocvt, ">1", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_NEEDROOT)) config OPENVT bool "openvt" default n + depends on TOYBOX_FORK help usage: openvt [-c N] [-sw] [command [command_options]] |