From: Felix Fietkau Date: Thu, 18 Oct 2012 00:09:45 +0000 (+0000) Subject: netifd: enable parallel build X-Git-Tag: reboot~12576 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=88f3c59fb98352ddd93bd62b2cb920c06ae40c46;p=openwrt%2Fopenwrt.git netifd: enable parallel build SVN-Revision: 33832 --- 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 # PKG_MIRROR_MD5SUM:= # CMAKE_INSTALL:=1 +PKG_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk