diff options
Diffstat (limited to 'package/busybox/config/debianutils')
-rw-r--r-- | package/busybox/config/debianutils/Config.in | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/package/busybox/config/debianutils/Config.in b/package/busybox/config/debianutils/Config.in index 891d194e0..55ff438ad 100644 --- a/package/busybox/config/debianutils/Config.in +++ b/package/busybox/config/debianutils/Config.in @@ -1,3 +1,4 @@ +# DO NOT EDIT. This file is generated from Config.src # # For a description of the syntax of this configuration file, # see scripts/kbuild/config-language.txt. @@ -5,6 +6,7 @@ menu "Debian Utilities" + config BUSYBOX_MKTEMP bool "mktemp" default y @@ -13,7 +15,7 @@ config BUSYBOX_MKTEMP config BUSYBOX_PIPE_PROGRESS bool "pipe_progress" - default n + default y help Display a dot to indicate pipe activity. @@ -34,14 +36,14 @@ config BUSYBOX_RUN_PARTS config BUSYBOX_FEATURE_RUN_PARTS_LONG_OPTIONS bool "Enable long options" - default n + default y depends on BUSYBOX_RUN_PARTS && BUSYBOX_LONG_OPTS help Support long options for the run-parts applet. config BUSYBOX_FEATURE_RUN_PARTS_FANCY bool "Support additional arguments" - default n + default y depends on BUSYBOX_RUN_PARTS help Support additional options: @@ -58,7 +60,7 @@ config BUSYBOX_START_STOP_DAEMON config BUSYBOX_FEATURE_START_STOP_DAEMON_FANCY bool "Support additional arguments" - default n + default y depends on BUSYBOX_START_STOP_DAEMON help Support additional arguments. @@ -68,7 +70,7 @@ config BUSYBOX_FEATURE_START_STOP_DAEMON_FANCY config BUSYBOX_FEATURE_START_STOP_DAEMON_LONG_OPTIONS bool "Enable long options" - default n + default y depends on BUSYBOX_START_STOP_DAEMON && BUSYBOX_LONG_OPTS help Support long options for the start-stop-daemon applet. @@ -81,4 +83,3 @@ config BUSYBOX_WHICH print out their pathnames. endmenu - |