summaryrefslogtreecommitdiff
path: root/busybox-init.kconfig
diff options
context:
space:
mode:
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