Skip to content
Snippets Groups Projects
Unverified Commit 2b4d3c1b authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

Merge pull request #2404 from freifunk-gluon/efi-images

x86: switch to EFI-compatible images
parents 21bf0fbf 41b8ecd6
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,8 @@ packages { ...@@ -44,8 +44,8 @@ packages {
config('TARGET_ROOTFS_EXT4FS', false) config('TARGET_ROOTFS_EXT4FS', false)
defaults { defaults {
factory = '-squashfs-combined', factory = '-squashfs-combined-efi',
factory_ext = {'.img.gz', '.vmdk', '.vdi'}, factory_ext = {'.img.gz', '.vmdk', '.vdi'},
sysupgrade = '-squashfs-combined', sysupgrade = '-squashfs-combined-efi',
sysupgrade_ext = '.img.gz', sysupgrade_ext = '.img.gz',
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment