From 6a5b4cadf8249831d5fb6e8606305994c6fe7604 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Mon, 29 Jan 2018 12:52:00 +0100 Subject: [PATCH] busybox: In defconfig enable CHVT command Sync defconfig to enable command 'chvt' because the xserver-nodm init script requires this command in the stop process to swicth the foreground virtual terminal after stopping the xserver. Signed-off-by: Arturo Buzarra --- meta-digi-dey/recipes-core/busybox/busybox-1.24.1/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-core/busybox/busybox-1.24.1/defconfig b/meta-digi-dey/recipes-core/busybox/busybox-1.24.1/defconfig index 31d99761a..a20918f97 100644 --- a/meta-digi-dey/recipes-core/busybox/busybox-1.24.1/defconfig +++ b/meta-digi-dey/recipes-core/busybox/busybox-1.24.1/defconfig @@ -336,7 +336,7 @@ CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y # # Console Utilities # -# CONFIG_CHVT is not set +CONFIG_CHVT=y CONFIG_FGCONSOLE=y CONFIG_CLEAR=y # CONFIG_DEALLOCVT is not set