From 823acb605ba5ef5101cd6378a4753ba873e3e80d Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Sat, 19 Feb 2022 09:11:11 +0100 Subject: [PATCH] batman-adv: 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 --- batman-adv/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/batman-adv/Makefile b/batman-adv/Makefile index 15fe398..3ec2321 100644 --- a/batman-adv/Makefile +++ b/batman-adv/Makefile @@ -15,6 +15,8 @@ PKG_MAINTAINER:=Simon Wunderlich PKG_LICENSE:=GPL-2.0-only MIT PKG_LICENSE_FILES:=LICENSES/preferred/GPL-2.0 LICENSES/preferred/MIT +PKG_BUILD_PARALLEL:=1 + STAMP_CONFIGURED_DEPENDS := $(STAGING_DIR)/usr/include/mac80211-backport/backport/autoconf.h include $(INCLUDE_DIR)/kernel.mk