diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -10,19 +10,13 @@ menu "Toybox global settings" config TOYBOX bool - default n + default y help usage: toybox [command] [arguments...] 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 |