From abc95d78078ed39e416ca049a451508ce412ea15 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Sat, 19 Feb 2022 09:11:11 +0100 Subject: [PATCH] batctl: Allow parallel builds The build system of this package is written in a way that it is safe to run the make steps in parallel. The build time can be reduced slightly on modern systems. Signed-off-by: Sven Eckelmann --- batctl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/batctl/Makefile b/batctl/Makefile index d9a4a7d..5572901 100644 --- a/batctl/Makefile +++ b/batctl/Makefile @@ -15,6 +15,8 @@ PKG_MAINTAINER:=Simon Wunderlich PKG_LICENSE:=GPL-2.0-only ISC MIT PKG_LICENSE_FILES:=LICENSES/preferred/GPL-2.0 LICENSES/preferred/MIT LICENSES/deprecated/ISC +PKG_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/package.mk define Package/batctl/Default