aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-18 00:09:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-18 00:09:45 +0000
commit5359bc8a68791952ee554a43ca66a5799d6808a4 (patch)
tree13c5b1b479d605c96366c43cc9804df9c75080cf
parent4b32d3db2d0abdc93d7f67532781bd62a00a255e (diff)
downloadupstream-5359bc8a68791952ee554a43ca66a5799d6808a4.tar.gz
upstream-5359bc8a68791952ee554a43ca66a5799d6808a4.tar.bz2
upstream-5359bc8a68791952ee554a43ca66a5799d6808a4.zip
netifd: enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33832 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/network/config/netifd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile
index a09de61edd..1bbc05cb9d 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