From 81391e9ca55f2bb12b39f6035ef008a2b20e48c2 Mon Sep 17 00:00:00 2001 From: Andrey Cherepanov Date: Fri, 14 May 2021 11:21:54 +0300 Subject: [PATCH] education: do not install syslinux and owamp-server missing on aarch64 --- conf.d/education.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.d/education.mk b/conf.d/education.mk index 47578af3..6f55e802 100644 --- a/conf.d/education.mk +++ b/conf.d/education.mk @@ -116,9 +116,10 @@ ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH))) @$(call add,THE_PACKAGES,chromium) @$(call add,THE_PACKAGES,mc-full) @$(call add,THE_PACKAGES,remmina remmina-plugins) +endif +ifeq (,$(filter-out i586 x86_64,$(ARCH))) @$(call add,THE_PACKAGES,syslinux) @$(call add,MAIN_PACKAGES,owamp-server) - endif endif # distro