From 88f3c59fb98352ddd93bd62b2cb920c06ae40c46 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Thu, 18 Oct 2012 00:09:45 +0000
Subject: [PATCH] netifd: enable parallel build

SVN-Revision: 33832
---
 package/network/config/netifd/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile
index a09de61edd2..1bbc05cb9db 100644
--- a/package/network/config/netifd/Makefile
+++ b/package/network/config/netifd/Makefile
@@ -13,6 +13,8 @@ PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
 # PKG_MIRROR_MD5SUM:=
 # CMAKE_INSTALL:=1
 
+PKG_BUILD_PARALLEL:=1
+
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/cmake.mk
 
-- 
GitLab