From bc790b9be00bf04e027073d5c3b803334991e83c Mon Sep 17 00:00:00 2001 From: PartialVolume <22084881+PartialVolume@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:26:38 +0000 Subject: [PATCH] Added BR2_PACKAGE_KBD=y which is required for the f keystroke in nwipe when running in ShredOS. KBD provides setfont which doubles the size of the font. --- configs/shredos_i586_lite_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/shredos_i586_lite_defconfig b/configs/shredos_i586_lite_defconfig index 5508692bd6..205398a5fe 100644 --- a/configs/shredos_i586_lite_defconfig +++ b/configs/shredos_i586_lite_defconfig @@ -28,6 +28,7 @@ BR2_PACKAGE_SG3_UTILS=y BR2_PACKAGE_SG3_UTILS_PROGS=y BR2_PACKAGE_HEXEDIT=y BR2_PACKAGE_LZ4=y +BR2_PACKAGE_KBD=y BR2_PACKAGE_NWIPE=y BR2_PACKAGE_NWIPE_VERSION_GIT_REVISION=y BR2_PACKAGE_NWIPE_GIT_REVISION="26ece7a0525370f6ba39cddc5e73000b3cd867d6"