From f0b53518e5b74ef7e7b432f1c627772253a5ea3a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 7 Jan 2021 13:52:01 +0000 Subject: [PATCH] flashrom: Only build package for x86_64 and i586 The ARM architectures do not seem to be supported Signed-off-by: Michael Tremer --- lfs/flashrom | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/flashrom b/lfs/flashrom index 0ae4cb3ccb..e770cfcf00 100644 --- a/lfs/flashrom +++ b/lfs/flashrom @@ -33,6 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = flashrom PAK_VER = 2 +SUP_ARCH = i586 x86_64 DEPS = -- 2.39.5