From 9024e2db24dffb0872d61ec7990234e7cae8153b Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Mon, 15 Mar 2021 18:29:57 +0300 Subject: [PATCH] basealt.mk: flashrom by default on e2k This package is requisite for updating "boot" (Elbrus firmware). --- conf.d/basealt.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/basealt.mk b/conf.d/basealt.mk index f02f97ee..396cb053 100644 --- a/conf.d/basealt.mk +++ b/conf.d/basealt.mk @@ -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)))