From ff34c08568acb03a59b19e4cc4a690d8d042399c Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Fri, 15 Feb 2019 14:54:43 +0100 Subject: [PATCH] busybox: include reboot config by default in defconfig file Since poky commit b6fbb3f3d4d6367b0fd7921078f67057551c7ede reboot config was moved to init.cfg to provide this configuration when busybox is selected as the init manager, however it is needed for initramfs images where no init manager is set (see poky commit ef4a417ab04779bd9fc8a6540a20cca7d14e98cf). https://jira.digi.com/browse/DEL-6451 Signed-off-by: Arturo Buzarra --- meta-digi-dey/recipes-core/busybox/busybox-1.29.2/defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-core/busybox/busybox-1.29.2/defconfig b/meta-digi-dey/recipes-core/busybox/busybox-1.29.2/defconfig index 3a086ab9b..b8cbbc608 100644 --- a/meta-digi-dey/recipes-core/busybox/busybox-1.29.2/defconfig +++ b/meta-digi-dey/recipes-core/busybox/busybox-1.29.2/defconfig @@ -483,7 +483,8 @@ CONFIG_FEATURE_XARGS_SUPPORT_PARALLEL=y # CONFIG_FEATURE_BOOTCHARTD_CONFIG_FILE is not set CONFIG_HALT=y # CONFIG_POWEROFF is not set -# CONFIG_REBOOT is not set +CONFIG_REBOOT=y +CONFIG_FEATURE_WAIT_FOR_INIT=y CONFIG_FEATURE_CALL_TELINIT=y CONFIG_TELINIT_PATH="/sbin/telinit" # CONFIG_INIT is not set