configs/*: Install GRUB terminfo module

So we can set `terminfo dumb` and hopefully get better output over the
serial console.
This commit is contained in:
2025-08-22 21:14:47 -05:00
parent 3a0d599ff6
commit 1a33e711bb
2 changed files with 2 additions and 2 deletions

View File

@@ -12,4 +12,4 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
# BR2_PACKAGE_BUSYBOX is not set
# BR2_TARGET_ROOTFS_TAR is not set
AIMEEOS=y
BR2_TARGET_GRUB2_BUILTIN_MODULES_EFI="boot configfile echo efi_gop fat gzio linux loadenv minicmd normal part_gpt probe regexp squash4 test zstd"
BR2_TARGET_GRUB2_BUILTIN_MODULES_EFI="boot configfile echo efi_gop fat gzio linux loadenv minicmd normal part_gpt probe regexp squash4 terminfo test zstd"