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 <arturo.buzarra@digi.com>
This commit is contained in:
parent
200b839ad3
commit
6a5b4cadf8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue