summaryrefslogtreecommitdiff
path: root/busybox-miscutils.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-27 12:47:52 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-27 12:47:52 +0100
commitbc091af204857b1a09faeac6f6b897ca0c7647c5 (patch)
tree0ea626cfa42e2769b926fa880db21dfb47213a67 /busybox-miscutils.kconfig
parente8ec3763c8108ce2ed4cb1ed5e4247c496960b6f (diff)
downloadembtk-busybox-kconfigs-bc091af204857b1a09faeac6f6b897ca0c7647c5.tar.gz
embtk-busybox-kconfigs-bc091af204857b1a09faeac6f6b897ca0c7647c5.tar.bz2
embtk-busybox-kconfigs-bc091af204857b1a09faeac6f6b897ca0c7647c5.tar.xz
busyobx-1.14.1 kcconfig symbols integrationembtk-busybox-kconfig-1.14.1
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-miscutils.kconfig')
-rw-r--r--busybox-miscutils.kconfig73
1 files changed, 53 insertions, 20 deletions
diff --git a/busybox-miscutils.kconfig b/busybox-miscutils.kconfig
index 249333d..d13a223 100644
--- a/busybox-miscutils.kconfig
+++ b/busybox-miscutils.kconfig
@@ -4,7 +4,7 @@
#
comment "-------------------------------------------------"
-comment "----- Miscellaneous Utilities"
+comment "Miscellaneous Utilities"
comment "-------------------------------------------------"
config KEMBTK_BUSYB_ADJTIMEX
@@ -111,6 +111,14 @@ config KEMBTK_BUSYB_FEATURE_CROND_CALL_SENDMAIL
help
Support calling /usr/sbin/sendmail for send cmd outputs.
+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
+ help
+ Location of crond spool.
+
config KEMBTK_BUSYB_CRONTAB
bool "crontab"
select KEMBTK_BUSYB_FEATURE_SUID
@@ -137,7 +145,10 @@ config KEMBTK_BUSYB_DEVFSD
bool "devfsd (obsolete)"
select KEMBTK_BUSYB_FEATURE_SYSLOG
help
- This is deprecated, and will be removed at the end of 2008.
+ This is deprecated and should NOT be used anymore.
+ Use linux >= 2.6 (optionally with hotplug) and mdev instead!
+ See docs/mdev.txt for detailed instructions on how to use mdev
+ instead.
Provides compatibility with old device names on a devfs systems.
You should set it to true if you have devfs enabled.
@@ -146,7 +157,7 @@ config KEMBTK_BUSYB_DEVFSD
"PERMISSIONS", "EXECUTE", "COPY", "IGNORE",
"MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT".
- But only if they are written UPPERCASE!!!!!!!!
+ But only if they are written UPPERCASE!!!!!!!!
config KEMBTK_BUSYB_DEVFSD_MODLOAD
bool "Adds support for MODLOAD keyword in devsfd.conf"
@@ -172,9 +183,11 @@ config KEMBTK_BUSYB_DEVFSD_VERBOSE
config KEMBTK_BUSYB_FEATURE_DEVFS
bool "Use devfs names for all devices (obsolete)"
help
- This is obsolete and will be going away at the end of 2008..
+ This is obsolete and should NOT be used anymore.
+ Use linux >= 2.6 (optionally with hotplug) and mdev instead!
- This tells busybox to look for names like /dev/loop/0 instead of
+ For legacy systems -- if there is no way around devfsd -- this
+ tells busybox to look for names like /dev/loop/0 instead of
/dev/loop0. If your /dev directory has normal names instead of
devfs names, you don't want this.
@@ -216,6 +229,20 @@ config KEMBTK_BUSYB_FBSPLASH
"NN" (ASCII decimal number) - percentage to show on progress bar
"exit" - well you guessed it
+config KEMBTK_BUSYB_FLASH_ERASEALL
+ bool "flash_eraseall"
+ depends on EMBTK_BB_VERSION_1_14_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
+ help
+ Set/set program io scheduling class and priority
+ Requires kernel >= 2.6.13
+
config KEMBTK_BUSYB_INOTIFYD
bool "inotifyd"
help
@@ -274,13 +301,6 @@ config KEMBTK_BUSYB_FEATURE_LESS_FLAGS
The -M flag enables a more sophisticated status line.
The -m flag enables a simpler status line with a percentage.
-config KEMBTK_BUSYB_FEATURE_LESS_DASHCMD
- bool "Enable flag changes ('-' command)"
- depends on KEMBTK_BUSYB_LESS
- help
- This enables the ability to change command-line flags within
- less itself ('-' keyboard command).
-
config KEMBTK_BUSYB_FEATURE_LESS_MARKS
bool "Enable marks"
depends on KEMBTK_BUSYB_LESS
@@ -293,18 +313,25 @@ config KEMBTK_BUSYB_FEATURE_LESS_REGEXP
help
Enable regular expressions, allowing complex file searches.
-config KEMBTK_BUSYB_FEATURE_LESS_LINENUMS
- bool "Enable dynamic switching of line numbers"
- depends on KEMBTK_BUSYB_FEATURE_LESS_DASHCMD
- help
- Enable "-N" command.
-
config KEMBTK_BUSYB_FEATURE_LESS_WINCH
bool "Enable automatic resizing on window size changes"
depends on KEMBTK_BUSYB_LESS
help
Makes less track window size changes.
+config KEMBTK_BUSYB_FEATURE_LESS_DASHCMD
+ bool "Enable flag changes ('-' command)"
+ depends on KEMBTK_BUSYB_LESS
+ help
+ This enables the ability to change command-line flags within
+ less itself ('-' keyboard command).
+
+config KEMBTK_BUSYB_FEATURE_LESS_LINENUMS
+ bool "Enable dynamic switching of line numbers"
+ depends on KEMBTK_BUSYB_FEATURE_LESS_DASHCMD
+ help
+ Enable "-N" command.
+
config KEMBTK_BUSYB_HDPARM
bool "hdparm"
help
@@ -352,11 +379,10 @@ config KEMBTK_BUSYB_FEATURE_HDPARM_HDIO_TRISTATE_HWIF
stuff, so you should probably say N.
config KEMBTK_BUSYB_FEATURE_HDPARM_HDIO_GETSET_DMA
- bool "Get/set using_dma flag (DANGEROUS)"
+ bool "Get/set using_dma flag"
depends on KEMBTK_BUSYB_HDPARM
help
Enables the 'hdparm -d' option to get/set using_dma flag.
- This is dangerous stuff, so you should probably say N.
config KEMBTK_BUSYB_MAKEDEVS
bool "makedevs"
@@ -478,6 +504,13 @@ config KEMBTK_BUSYB_TIME
When the command finishes, time writes a message to standard output
giving timing statistics about this program run.
+config KEMBTK_BUSYB_TIMEOUT
+ bool "timeout"
+ depends on EMBTK_BB_VERSION_1_14_X
+ help
+ Runs a program and watches it. If it does not terminate in
+ specified number of seconds, it is sent a signal.
+
config KEMBTK_BUSYB_TTYSIZE
bool "ttysize"
help