basealt.mk: flashrom by default on e2k

This package is requisite for updating "boot" (Elbrus firmware).
This commit is contained in:
Michael Shigorin 2021-03-15 18:29:57 +03:00 committed by Anton Midyukov
parent ee8892702f
commit 9024e2db24

View File

@ -26,6 +26,7 @@ ifeq (,$(filter-out e2k%,$(ARCH)))
@$(call add,THE_PACKAGES,python-module-serial)
@$(call add,THE_PACKAGES,setup-mate-nocomposite)
@$(call add,THE_PACKAGES,xorg-drv-smi) # use/x11/smi
@$(call add,THE_PACKAGES,flashrom)
@$(call add,MAIN_GROUPS,workstation/alterator-web)
@$(call add,SERVICES_ENABLE,ahttpd) # in case it gets installed
ifeq (,$(filter-out e2k,$(ARCH)))