diff options
author | Rob Landley <rob@landley.net> | 2013-07-19 02:03:02 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-07-19 02:03:02 -0500 |
commit | bb504f382dc6c596e6b2b9ce04931e7fbdd15bbe (patch) | |
tree | 984d3a0fa51dc8a326d46974bed8394a91be0a20 /Config.in | |
parent | a817a02c00a06fbf2090259320968addb5f46e58 (diff) | |
download | toybox-bb504f382dc6c596e6b2b9ce04931e7fbdd15bbe.tar.gz toybox-bb504f382dc6c596e6b2b9ce04931e7fbdd15bbe.tar.bz2 toybox-bb504f382dc6c596e6b2b9ce04931e7fbdd15bbe.zip |
Start of TOYBOX_SINGLE support, for building standalone commands with no multiplexer.
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |