summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/busybox/busybox/defconfig2
-rw-r--r--meta/recipes-core/busybox/busybox/init.cfg1
2 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index f081f281cc..32213c0675 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -480,7 +480,7 @@ CONFIG_FEATURE_XARGS_SUPPORT_REPL_STR=y
480# CONFIG_FEATURE_BOOTCHARTD_CONFIG_FILE is not set 480# CONFIG_FEATURE_BOOTCHARTD_CONFIG_FILE is not set
481# CONFIG_HALT is not set 481# CONFIG_HALT is not set
482# CONFIG_POWEROFF is not set 482# CONFIG_POWEROFF is not set
483# CONFIG_REBOOT is not set 483CONFIG_REBOOT=y
484# CONFIG_FEATURE_CALL_TELINIT is not set 484# CONFIG_FEATURE_CALL_TELINIT is not set
485# CONFIG_TELINIT_PATH is not set 485# CONFIG_TELINIT_PATH is not set
486# CONFIG_INIT is not set 486# CONFIG_INIT is not set
diff --git a/meta/recipes-core/busybox/busybox/init.cfg b/meta/recipes-core/busybox/busybox/init.cfg
index b69fe0ea9c..e96700682a 100644
--- a/meta/recipes-core/busybox/busybox/init.cfg
+++ b/meta/recipes-core/busybox/busybox/init.cfg
@@ -3,7 +3,6 @@ CONFIG_RUNLEVEL=y
3CONFIG_FEATURE_USE_INITTAB=y 3CONFIG_FEATURE_USE_INITTAB=y
4CONFIG_HALT=y 4CONFIG_HALT=y
5CONFIG_POWEROFF=y 5CONFIG_POWEROFF=y
6CONFIG_REBOOT=y
7CONFIG_FEATURE_KILL_DELAY=0 6CONFIG_FEATURE_KILL_DELAY=0
8CONFIG_TELINIT_PATH="" 7CONFIG_TELINIT_PATH=""
9CONFIG_INIT_TERMINAL_TYPE="" 8CONFIG_INIT_TERMINAL_TYPE=""