summaryrefslogtreecommitdiff
path: root/busybox-miscutils.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-28 21:37:24 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-28 21:37:24 +0100
commitbd90baeb9f9a255a545e0ece9197f89f04395db0 (patch)
tree59169ed66acf150a9fc6aba90fe96b9afd7155d1 /busybox-miscutils.kconfig
parent126f2b8df773acc00d0b52a4dfbffadebe7946e2 (diff)
downloadembtk-busybox-kconfigs-bd90baeb9f9a255a545e0ece9197f89f04395db0.tar.gz
embtk-busybox-kconfigs-bd90baeb9f9a255a545e0ece9197f89f04395db0.tar.bz2
embtk-busybox-kconfigs-bd90baeb9f9a255a545e0ece9197f89f04395db0.tar.xz
Import busybox-1.16.x kconfigs symbolsembtk-busybox-kconfigs-1.16.1
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-miscutils.kconfig')
-rw-r--r--busybox-miscutils.kconfig33
1 files changed, 23 insertions, 10 deletions
diff --git a/busybox-miscutils.kconfig b/busybox-miscutils.kconfig
index e7d7723..b53075b 100644
--- a/busybox-miscutils.kconfig
+++ b/busybox-miscutils.kconfig
@@ -21,7 +21,7 @@ config KEMBTK_BUSYB_BBCONFIG
config KEMBTK_BUSYB_BEEP
bool "beep"
- depends on EMBTK_BB_VERSION_1_15_X
+ depends on EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X
help
The beep applets beeps in a given freq/Hz.
@@ -128,16 +128,16 @@ config KEMBTK_BUSYB_FEATURE_CROND_D
-d sets loglevel to 0 (most verbose) and directs all output to stderr.
config KEMBTK_BUSYB_FEATURE_CROND_CALL_SENDMAIL
- bool "Using /usr/sbin/sendmail?"
+ bool "Report command output via email (using sendmail)"
depends on KEMBTK_BUSYB_CROND
help
- Support calling /usr/sbin/sendmail for send cmd outputs.
+ Command output will be sent to corresponding user via email.
config KEMBTK_BUSYB_FEATURE_CROND_DIR
string "crond spool directory"
default "/var/spool/cron"
depends on KEMBTK_BUSYB_CROND || KEMBTK_BUSYB_CRONTAB
- depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X
+ depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X
help
Location of crond spool.
@@ -251,30 +251,37 @@ config KEMBTK_BUSYB_FBSPLASH
"NN" (ASCII decimal number) - percentage to show on progress bar
"exit" - well you guessed it
+config KEMBTK_BUSYB_FLASHCP
+ bool "flashcp"
+ depends on EMBTK_BB_VERSION_1_16_X
+ help
+ The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7.
+ This utility is used to copy images into a KEMBTK_BUSYB_MTD device.
+
config KEMBTK_BUSYB_FLASH_LOCK
bool "flash_lock"
- depends on EMBTK_BB_VERSION_1_15_X
+ depends on EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X
help
The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This
utility locks part or all of the flash device.
config KEMBTK_BUSYB_FLASH_UNLOCK
bool "flash_unlock"
- depends on EMBTK_BB_VERSION_1_15_X
+ depends on EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X
help
The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This
utility unlocks part or all of the flash device.
config KEMBTK_BUSYB_FLASH_ERASEALL
bool "flash_eraseall"
- depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X
+ depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X
help
The flash_eraseall binary from mtd-utils as of git head c4c6a59eb.
This utility is used to erase the whole KEMBTK_BUSYB_MTD device.
config KEMBTK_BUSYB_IONICE
bool "ionice"
- depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X
+ depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X
help
Set/set program io scheduling class and priority
Requires kernel >= 2.6.13
@@ -542,7 +549,7 @@ config KEMBTK_BUSYB_TIME
config KEMBTK_BUSYB_TIMEOUT
bool "timeout"
- depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X
+ depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X
help
Runs a program and watches it. If it does not terminate in
specified number of seconds, it is sent a signal.
@@ -557,10 +564,16 @@ config KEMBTK_BUSYB_TTYSIZE
config KEMBTK_BUSYB_VOLNAME
bool "volname"
- depends on EMBTK_BB_VERSION_1_15_X
+ depends on EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X
help
Prints a CD-ROM volume name.
+config KEMBTK_BUSYB_WALL
+ bool "wall"
+ depends on EMBTK_BB_VERSION_1_16_X
+ help
+ Write a message to all users that are logged in.
+
config KEMBTK_BUSYB_WATCHDOG
bool "watchdog"
help