summaryrefslogtreecommitdiff
path: root/busybox-init.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-init.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-init.kconfig')
-rw-r--r--busybox-init.kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/busybox-init.kconfig b/busybox-init.kconfig
index 4e70011..c22133c 100644
--- a/busybox-init.kconfig
+++ b/busybox-init.kconfig
@@ -93,7 +93,7 @@ config KEMBTK_BUSYB_HALT
config KEMBTK_BUSYB_FEATURE_CALL_TELINIT
bool "Call telinit on shutdown and reboot"
depends on KEMBTK_BUSYB_HALT && !KEMBTK_BUSYB_INIT
- depends on EMBTK_BB_VERSION_1_15_X
+ depends on EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X
help
Call an external program (normally telinit) to facilitate
a switch to a proper runlevel.
@@ -105,7 +105,6 @@ config KEMBTK_BUSYB_TELINIT_PATH
string "Path to telinit executable"
default "/sbin/telinit"
depends on KEMBTK_BUSYB_FEATURE_CALL_TELINIT
- depends on EMBTK_BB_VERSION_1_15_X
help
When busybox halt and friends have to call external telinit
to facilitate proper shutdown, this path is to be used when