From 31b9c46a790434147f135c8c7c4934cc1a5b0807 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 31 Mar 2022 17:48:06 +0200 Subject: [PATCH] Enable 32-bit UEFI support (#1752) (#1819) --- buildroot-external/configs/generic_x86_64_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/configs/generic_x86_64_defconfig b/buildroot-external/configs/generic_x86_64_defconfig index 182c5b5d0..8f92b997e 100644 --- a/buildroot-external/configs/generic_x86_64_defconfig +++ b/buildroot-external/configs/generic_x86_64_defconfig @@ -123,6 +123,7 @@ BR2_PACKAGE_RTL88X2BU=y # Bootloader BR2_TARGET_GRUB2=y +BR2_TARGET_GRUB2_I386_EFI=y BR2_TARGET_GRUB2_X86_64_EFI=y BR2_TARGET_GRUB2_BUILTIN_MODULES_EFI="boot linux ext2 fat squash4 part_msdos part_gpt normal efi_gop regexp loadenv echo cat test configfile" BR2_TARGET_GRUB2_INSTALL_TOOLS=y