bootloader: add GRUB_ARCHES variable
$GRUB_ARCHES is the list of GRUB 2 supported architectures
This commit is contained in:
parent
760c09c393
commit
aea4ceaa18
@ -6,6 +6,8 @@
|
||||
|
||||
# NB: "mysterious" conflicts if BASE_BOOTLOADER is empty
|
||||
|
||||
GRUB_ARCHES := i586 x86_64 aarch64 ppc64le
|
||||
|
||||
use/bootloader: use/pkgpriorities
|
||||
@$(call add_feature)
|
||||
@$(call try,BASE_BOOTLOADER,grub)
|
||||
|
Loading…
Reference in New Issue
Block a user