From a2f9a09fd93644cf51f255b70296ecc3874cacf3 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 23 Feb 2012 03:08:22 +0100 Subject: [PATCH] busybox-initramfs: add applet 'chvt' Signed-off-by: Stephan Raue --- .../sysutils/busybox-initramfs/config/busybox-initramfs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/initramfs/sysutils/busybox-initramfs/config/busybox-initramfs.conf b/packages/initramfs/sysutils/busybox-initramfs/config/busybox-initramfs.conf index fa1f2ed217..09b6bdb394 100644 --- a/packages/initramfs/sysutils/busybox-initramfs/config/busybox-initramfs.conf +++ b/packages/initramfs/sysutils/busybox-initramfs/config/busybox-initramfs.conf @@ -311,7 +311,7 @@ CONFIG_USLEEP=y # # Console Utilities # -# CONFIG_CHVT is not set +CONFIG_CHVT=y # CONFIG_FGCONSOLE is not set # CONFIG_CLEAR is not set # CONFIG_DEALLOCVT is not set