From fc7b92be0f741ca86134a75e43800bfe2f69579d Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Fri, 25 Jun 2021 18:35:11 +0200 Subject: [PATCH] SSDK: disable parallel build Actual code is being built in single thread mode as SSDK enforces it, this will just cause OpenWrt buildroot to fail sometimes as the headers it tries to use are not yet installed by the SSDK. So, disable parallel build as the time saving was minor and it caused issues with parallel building. Signed-off-by: Robert Marko --- qca/qca-ssdk/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/qca/qca-ssdk/Makefile b/qca/qca-ssdk/Makefile index 204bf2d..ac9def8 100644 --- a/qca/qca-ssdk/Makefile +++ b/qca/qca-ssdk/Makefile @@ -9,8 +9,6 @@ PKG_SOURCE_DATE:=2021-04-28 PKG_SOURCE_VERSION:=c9bc3bc34eaaac78083573524097356e2dcc1b66 PKG_MIRROR_HASH:=29db78529be32427b8b96fcbfec22a016a243676781ec96d9d65b810944fa405 -PKG_BUILD_PARALLEL:=1 - include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/package.mk