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

This commit is contained in:
Anton V. Boyarshinov 2019-09-11 13:53:02 +03:00 committed by Michael Shigorin
parent 6cdc7a7de3
commit 19ed2b9a7e

View File

@ -15,8 +15,6 @@ 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