summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r--meta/recipes-core/busybox/busybox/defconfig12
-rw-r--r--meta/recipes-core/busybox/busybox/init.cfg7
2 files changed, 12 insertions, 7 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index fbb5fd852c..59d93c7079 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -468,21 +468,21 @@ CONFIG_FEATURE_XARGS_SUPPORT_REPL_STR=y
468# CONFIG_BOOTCHARTD is not set 468# CONFIG_BOOTCHARTD is not set
469# CONFIG_FEATURE_BOOTCHARTD_BLOATED_HEADER is not set 469# CONFIG_FEATURE_BOOTCHARTD_BLOATED_HEADER is not set
470# CONFIG_FEATURE_BOOTCHARTD_CONFIG_FILE is not set 470# CONFIG_FEATURE_BOOTCHARTD_CONFIG_FILE is not set
471CONFIG_HALT=y 471# CONFIG_HALT is not set
472CONFIG_POWEROFF=y 472# CONFIG_POWEROFF is not set
473CONFIG_REBOOT=y 473# CONFIG_REBOOT is not set
474# CONFIG_FEATURE_CALL_TELINIT is not set 474# CONFIG_FEATURE_CALL_TELINIT is not set
475CONFIG_TELINIT_PATH="" 475# CONFIG_TELINIT_PATH is not set
476# CONFIG_INIT is not set 476# CONFIG_INIT is not set
477# CONFIG_LINUXRC is not set 477# CONFIG_LINUXRC is not set
478# CONFIG_FEATURE_USE_INITTAB is not set 478# CONFIG_FEATURE_USE_INITTAB is not set
479# CONFIG_FEATURE_KILL_REMOVED is not set 479# CONFIG_FEATURE_KILL_REMOVED is not set
480CONFIG_FEATURE_KILL_DELAY=0 480# CONFIG_FEATURE_KILL_DELAY is not set
481# CONFIG_FEATURE_INIT_SCTTY is not set 481# CONFIG_FEATURE_INIT_SCTTY is not set
482# CONFIG_FEATURE_INIT_SYSLOG is not set 482# CONFIG_FEATURE_INIT_SYSLOG is not set
483# CONFIG_FEATURE_INIT_QUIET is not set 483# CONFIG_FEATURE_INIT_QUIET is not set
484# CONFIG_FEATURE_INIT_COREDUMPS is not set 484# CONFIG_FEATURE_INIT_COREDUMPS is not set
485CONFIG_INIT_TERMINAL_TYPE="" 485# CONFIG_INIT_TERMINAL_TYPE is not set
486# CONFIG_FEATURE_INIT_MODIFY_CMDLINE is not set 486# CONFIG_FEATURE_INIT_MODIFY_CMDLINE is not set
487 487
488# 488#
diff --git a/meta/recipes-core/busybox/busybox/init.cfg b/meta/recipes-core/busybox/busybox/init.cfg
index 006d4c633e..3c1fdd42b6 100644
--- a/meta/recipes-core/busybox/busybox/init.cfg
+++ b/meta/recipes-core/busybox/busybox/init.cfg
@@ -1,3 +1,8 @@
1CONFIG_INIT=y 1CONFIG_INIT=y
2CONFIG_FEATURE_USE_INITTAB=y 2CONFIG_FEATURE_USE_INITTAB=y
3 3CONFIG_HALT=y
4CONFIG_POWEROFF=y
5CONFIG_REBOOT=y
6CONFIG_FEATURE_KILL_DELAY=0
7CONFIG_TELINIT_PATH=""
8CONFIG_INIT_TERMINAL_TYPE=""