From: Sven Eckelmann Date: Sat, 19 Feb 2022 08:11:11 +0000 (+0100) Subject: batctl: Allow parallel builds X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=abc95d78078ed39e416ca049a451508ce412ea15;p=feed%2Frouting.git 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 --- 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