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.

This commit is contained in:
PartialVolume
2026-01-16 01:26:38 +00:00
parent 7d0e54cb8c
commit bc790b9be0

View File

@@ -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"