summaryrefslogtreecommitdiff
path: root/busybox-debianutils.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 23:08:10 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 23:08:10 +0100
commitf7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b (patch)
tree5182a501c5700bb9b0a64c45033d8686f1868c14 /busybox-debianutils.kconfig
parent1caedd37842349f5717f565c07d340d3e2995e88 (diff)
downloadembtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.gz
embtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.bz2
embtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.xz
Adapt kconfig symbols for embtk
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-debianutils.kconfig')
-rw-r--r--busybox-debianutils.kconfig26
1 files changed, 13 insertions, 13 deletions
diff --git a/busybox-debianutils.kconfig b/busybox-debianutils.kconfig
index 90ef1f0..1080fb7 100644
--- a/busybox-debianutils.kconfig
+++ b/busybox-debianutils.kconfig
@@ -5,17 +5,17 @@
menu "Debian Utilities"
-config MKTEMP
+config KEMBTK_BUSYB_MKTEMP
bool "mktemp"
help
mktemp is used to create unique temporary files
-config PIPE_PROGRESS
+config KEMBTK_BUSYB_PIPE_PROGRESS
bool "pipe_progress"
help
Display a dot to indicate pipe activity.
-config RUN_PARTS
+config KEMBTK_BUSYB_RUN_PARTS
bool "run-parts"
help
run-parts is a utility designed to run all the scripts in a directory.
@@ -29,43 +29,43 @@ config RUN_PARTS
Unless you know that run-parts is used in some of your scripts
you can safely say N here.
-config FEATURE_RUN_PARTS_LONG_OPTIONS
+config KEMBTK_BUSYB_FEATURE_RUN_PARTS_LONG_OPTIONS
bool "Enable long options"
- depends on RUN_PARTS && GETOPT_LONG
+ depends on KEMBTK_BUSYB_RUN_PARTS && KEMBTK_BUSYB_GETOPT_LONG
help
Support long options for the run-parts applet.
-config FEATURE_RUN_PARTS_FANCY
+config KEMBTK_BUSYB_FEATURE_RUN_PARTS_FANCY
bool "Support additional arguments"
- depends on RUN_PARTS
+ depends on KEMBTK_BUSYB_RUN_PARTS
help
Support additional options:
-l --list print the names of the all matching files (not
limited to executables), but don't actually run them.
-config START_STOP_DAEMON
+config KEMBTK_BUSYB_START_STOP_DAEMON
bool "start-stop-daemon"
help
start-stop-daemon is used to control the creation and
termination of system-level processes, usually the ones
started during the startup of the system.
-config FEATURE_START_STOP_DAEMON_FANCY
+config KEMBTK_BUSYB_FEATURE_START_STOP_DAEMON_FANCY
bool "Support additional arguments"
- depends on START_STOP_DAEMON
+ depends on KEMBTK_BUSYB_START_STOP_DAEMON
help
Support additional arguments.
-o|--oknodo ignored since we exit with 0 anyway
-v|--verbose
-N|--nicelevel N
-config FEATURE_START_STOP_DAEMON_LONG_OPTIONS
+config KEMBTK_BUSYB_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
bool "Enable long options"
- depends on START_STOP_DAEMON && GETOPT_LONG
+ depends on KEMBTK_BUSYB_START_STOP_DAEMON && KEMBTK_BUSYB_GETOPT_LONG
help
Support long options for the start-stop-daemon applet.
-config WHICH
+config KEMBTK_BUSYB_WHICH
bool "which"
help
which is used to find programs in your PATH and