From 040cb0331732f62fe79b17fcd83ba43c8ed5f883 Mon Sep 17 00:00:00 2001
From: Rosen Penev <rosenp@gmail.com>
Date: Wed, 19 Aug 2020 14:29:38 -0700
Subject: [PATCH] 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 <rosenp@gmail.com>
---
 utils/bandwidthd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 <lacroix@lepine-lacroix.info>
 PKG_LICENSE:=GPL-2.0-or-later
 
 PKG_FIXUP:=autoreconf
-PKG_BUILD_PARALLEL:=1
+PKG_BUILD_PARALLEL:=0
 
 include $(INCLUDE_DIR)/package.mk