From: Rosen Penev Date: Wed, 19 Aug 2020 21:29:38 +0000 (-0700) Subject: bandwidthd: don't build in parallel X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=040cb0331732f62fe79b17fcd83ba43c8ed5f883;p=openwrt-packages.git bandwidthd: don't build in parallel There are intermittent build failures on the buildbots because of this. I see the same build failures locally as well. Signed-off-by: Rosen Penev --- diff --git a/utils/bandwidthd/Makefile b/utils/bandwidthd/Makefile index 6e3344c3a..53e2a6fe0 100644 --- a/utils/bandwidthd/Makefile +++ b/utils/bandwidthd/Makefile @@ -19,7 +19,7 @@ PKG_MAINTAINER:=Jean-Michel Lacroix PKG_LICENSE:=GPL-2.0-or-later PKG_FIXUP:=autoreconf -PKG_BUILD_PARALLEL:=1 +PKG_BUILD_PARALLEL:=0 include $(INCLUDE_DIR)/package.mk