base-system-busybox: disable chvt applet; we use kbd.

This commit is contained in:
Juan RP 2014-09-21 11:01:39 +02:00
parent 813bb4951a
commit 756dca492d
2 changed files with 2 additions and 2 deletions

View file

@ -321,7 +321,7 @@ CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y
#
# Console Utilities
#
CONFIG_CHVT=y
# CONFIG_CHVT is not set
# CONFIG_FGCONSOLE is not set
CONFIG_CLEAR=y
# CONFIG_DEALLOCVT is not set

View file

@ -1,7 +1,7 @@
# Build template for 'base-system-busybox'.
pkgname=base-system-busybox
version=1.22.1
revision=15
revision=16
wrksrc="busybox-${version}"
homepage="http://www.busybox.net"
hostmakedepends="perl"