From 91230a4c14c87159b5963f64661b2bfe34ff89c1 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Sat, 19 Feb 2022 09:11:11 +0100 Subject: [PATCH] batmand: 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 --- batmand/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/batmand/Makefile b/batmand/Makefile index a6afa46..f015d87 100644 --- a/batmand/Makefile +++ b/batmand/Makefile @@ -22,6 +22,8 @@ PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz PKG_MIRROR_HASH:=ceb8e0e399f79b1b663594fcf9642e1efc40e696a7604daf709c77da9b6ec52f PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR) +PKG_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/package.mk define Package/batmand