aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-07-19 02:03:02 -0500
committerRob Landley <rob@landley.net>2013-07-19 02:03:02 -0500
commitbb504f382dc6c596e6b2b9ce04931e7fbdd15bbe (patch)
tree984d3a0fa51dc8a326d46974bed8394a91be0a20 /Config.in
parenta817a02c00a06fbf2090259320968addb5f46e58 (diff)
downloadtoybox-bb504f382dc6c596e6b2b9ce04931e7fbdd15bbe.tar.gz
Start of TOYBOX_SINGLE support, for building standalone commands with no multiplexer.
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