From 2dda877323b63b17d31d14bc01afe8020f1c3435 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Thu, 13 Feb 2025 17:37:49 +0100 Subject: [PATCH] busybox (init): disable setfont support Signed-off-by: Matthias Reichl --- packages/sysutils/busybox/config/busybox-init.conf | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/packages/sysutils/busybox/config/busybox-init.conf b/packages/sysutils/busybox/config/busybox-init.conf index 42809d49b9..bb92fc0e90 100644 --- a/packages/sysutils/busybox/config/busybox-init.conf +++ b/packages/sysutils/busybox/config/busybox-init.conf @@ -377,14 +377,10 @@ CONFIG_CLEAR=y # CONFIG_FGCONSOLE is not set # CONFIG_KBD_MODE is not set # CONFIG_LOADFONT is not set -CONFIG_SETFONT=y +# CONFIG_SETFONT is not set # CONFIG_FEATURE_SETFONT_TEXTUAL_MAP is not set -CONFIG_DEFAULT_SETFONT_DIR="/usr/share" - -# -# Common options for loadfont and setfont -# -CONFIG_FEATURE_LOADFONT_PSF2=y +CONFIG_DEFAULT_SETFONT_DIR="" +# CONFIG_FEATURE_LOADFONT_PSF2 is not set # CONFIG_FEATURE_LOADFONT_RAW is not set # CONFIG_LOADKMAP is not set # CONFIG_OPENVT is not set