From 19ed2b9a7ecb436f1b0d2c32088b4ad05e6f2ab7 Mon Sep 17 00:00:00 2001 From: "Anton V. Boyarshinov" Date: Wed, 11 Sep 2019 13:53:02 +0300 Subject: [PATCH] features.in/bootloader/config.mk: no alterator-BOOTLADER by default --- features.in/bootloader/config.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/features.in/bootloader/config.mk b/features.in/bootloader/config.mk index 11743959..85b1656b 100644 --- a/features.in/bootloader/config.mk +++ b/features.in/bootloader/config.mk @@ -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