aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/Config.in b/Config.in
index 9bac6076..5f04bd88 100644
--- a/Config.in
+++ b/Config.in
@@ -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