busybox: update to 1.27.2
[openwrt/openwrt.git] / package / utils / busybox / config / debianutils / Config.in
index d39c60f43e813ada4cc58241e8592b105dd104b1..6b9de0de560785f3f37fbab26c7132a3d39bd1b0 100644 (file)
@@ -6,11 +6,6 @@
 
 menu "Debian Utilities"
 
-config BUSYBOX_CONFIG_MKTEMP
-       bool "mktemp"
-       default BUSYBOX_DEFAULT_MKTEMP
-       help
-         mktemp is used to create unique temporary files
 config BUSYBOX_CONFIG_PIPE_PROGRESS
        bool "pipe_progress"
        default BUSYBOX_DEFAULT_PIPE_PROGRESS
@@ -35,8 +30,6 @@ config BUSYBOX_CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS
        bool "Enable long options"
        default BUSYBOX_DEFAULT_FEATURE_RUN_PARTS_LONG_OPTIONS
        depends on BUSYBOX_CONFIG_RUN_PARTS && BUSYBOX_CONFIG_LONG_OPTS
-       help
-         Support long options for the run-parts applet.
 
 config BUSYBOX_CONFIG_FEATURE_RUN_PARTS_FANCY
        bool "Support additional arguments"
@@ -54,22 +47,19 @@ config BUSYBOX_CONFIG_START_STOP_DAEMON
          termination of system-level processes, usually the ones
          started during the startup of the system.
 
+config BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
+       bool "Enable long options"
+       default BUSYBOX_DEFAULT_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
+       depends on BUSYBOX_CONFIG_START_STOP_DAEMON && BUSYBOX_CONFIG_LONG_OPTS
+
 config BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_FANCY
        bool "Support additional arguments"
        default BUSYBOX_DEFAULT_FEATURE_START_STOP_DAEMON_FANCY
        depends on BUSYBOX_CONFIG_START_STOP_DAEMON
        help
-         Support additional arguments.
          -o|--oknodo ignored since we exit with 0 anyway
          -v|--verbose
          -N|--nicelevel N
-
-config BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
-       bool "Enable long options"
-       default BUSYBOX_DEFAULT_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
-       depends on BUSYBOX_CONFIG_START_STOP_DAEMON && BUSYBOX_CONFIG_LONG_OPTS
-       help
-         Support long options for the start-stop-daemon applet.
 config BUSYBOX_CONFIG_WHICH
        bool "which"
        default BUSYBOX_DEFAULT_WHICH