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 <arturo.buzarra@digi.com>
This commit is contained in:
parent
47eb2ce646
commit
ff34c08568
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue