aboutsummaryrefslogtreecommitdiff
path: root/net/atlas-probe
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2021-10-08 21:38:25 -0300
committerRosen Penev <rosenp@gmail.com>2021-10-13 22:21:28 -0700
commit9e8f127c31384da55473b81693fcecf7200b0c78 (patch)
tree134a50e704d71974e120e3ba10238623f2faaf94 /net/atlas-probe
parent281df4bcf5bb36f44f7163d045df74c6144b7daf (diff)
atlas-probe: allow parallel build
Set PKG_BUILD_PARALLEL:=1 Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'net/atlas-probe')
-rw-r--r--net/atlas-probe/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/atlas-probe/Makefile b/net/atlas-probe/Makefile
index 4833328ee..ad66cfdb5 100644
--- a/net/atlas-probe/Makefile
+++ b/net/atlas-probe/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=atlas-probe
PKG_VERSION:=2.2.1
-PKG_RELEASE:=1
+PKG_RELEASE:=3
PKG_SOURCE:=ripe-atlas-probe-busybox-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/RIPE-NCC/ripe-atlas-probe-busybox/archive/v$(PKG_VERSION)
@@ -22,6 +22,7 @@ PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:=LICENSE
PKG_FIXUP:=autoreconf
+PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk