aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 6 insertions, 0 deletions
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