Revert "features.in/bootloader/config.mk: no alterator-BOOTLADER by default"

This reverts commit 19ed2b9a7e.
This commit is contained in:
Anton Midyukov 2020-05-26 17:16:11 +07:00
parent 29c79e7fe6
commit 8119c70282

View File

@ -15,6 +15,8 @@ use/bootloader: use/pkgpriorities
@$(call add,BASE_LISTS,$$(BASE_BOOTLOADER))
@$(call xport,BASE_BOOTARGS)
ifeq (distro,$(IMAGE_CLASS))
@$(call add,BASE_PACKAGES,alterator-$$(BASE_BOOTLOADER))
@$(call add,PINNED_PACKAGES,alterator-$$(BASE_BOOTLOADER))
@$(call add,PINNED_PACKAGES,installer-bootloader-$$(BASE_BOOTLOADER)-stage2)
endif