x86: switch to EFI-compatible images

The main difference between the non-EFI and EFI images generated by
OpenWrt is that the former uses an MS-DOS partition table, while the
latter uses GPT. The EFI images still have a BIOS-compatible MBR, so
they work fine on non-EFI systems.

Closes #2403
This commit is contained in:
Matthias Schiffer 2022-02-26 15:29:02 +01:00
parent d225befe93
commit 41b8ecd617
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

View File

@ -44,8 +44,8 @@ packages {
config('TARGET_ROOTFS_EXT4FS', false)
defaults {
factory = '-squashfs-combined',
factory = '-squashfs-combined-efi',
factory_ext = {'.img.gz', '.vmdk', '.vdi'},
sysupgrade = '-squashfs-combined',
sysupgrade = '-squashfs-combined-efi',
sysupgrade_ext = '.img.gz',
}