From bb504f382dc6c596e6b2b9ce04931e7fbdd15bbe Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 19 Jul 2013 02:03:02 -0500 Subject: Start of TOYBOX_SINGLE support, for building standalone commands with no multiplexer. --- Config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index b96d584f..9bac6076 100644 --- a/Config.in +++ b/Config.in @@ -17,6 +17,12 @@ config TOYBOX With no arguments, shows available commands. First argument is name of a command to run, followed by any arguments to that command. +config TOYBOX_SINGLE + bool + default n + help + Build a single toybox command standalone with no multiplexer. + config TOYBOX_SUID bool "SUID support" default y -- cgit v1.2.3