>From 2fae2778c480ed624af3aeb270c222a4e5a01f1a Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Sun, 12 Jan 2020 00:22:06 +0700 Subject: [PATCH 20/22] hdt: for i586 and x86_64 only --- features.in/hdt/config.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features.in/hdt/config.mk b/features.in/hdt/config.mk index c8ec7baa30..1969eb02d5 100644 --- a/features.in/hdt/config.mk +++ b/features.in/hdt/config.mk @@ -1,5 +1,9 @@ # optimized out use/syslinux due to use/memtest +ifeq (,$(filter-out i586 x86_64,$(ARCH))) use/hdt: use/memtest @$(call add_feature) @$(call add,STAGE1_PACKAGES,pciids) @$(call add,SYSLINUX_MODULES,hdt) +else +use/hdt: ; @: +endif -- 2.24.1