diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-18 00:09:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-18 00:09:45 +0000 |
commit | 88f3c59fb98352ddd93bd62b2cb920c06ae40c46 (patch) | |
tree | 7336abf153ff5a5d49d22e463576eeeb7280bd04 /package/network/config/netifd/Makefile | |
parent | 01ccf0225bf0df785e2798f02359926a6c4ce9e5 (diff) | |
download | upstream-88f3c59fb98352ddd93bd62b2cb920c06ae40c46.tar.gz upstream-88f3c59fb98352ddd93bd62b2cb920c06ae40c46.tar.bz2 upstream-88f3c59fb98352ddd93bd62b2cb920c06ae40c46.zip |
netifd: enable parallel build
SVN-Revision: 33832
Diffstat (limited to 'package/network/config/netifd/Makefile')
-rw-r--r-- | package/network/config/netifd/Makefile | 2 |
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 |