From: John Crispin <john@openwrt.org>
Date: Sat, 12 Apr 2014 21:21:40 +0000 (+0000)
Subject: uboot-lantiq: enable parallel building
X-Git-Tag: reboot~7439
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=3269f57c5894431c84e855da208c1015280fb1a7;p=openwrt%2Fstaging%2Fxback.git

uboot-lantiq: enable parallel building

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

SVN-Revision: 40488
---

diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile
index 078c79c054..90060ef41d 100644
--- a/package/boot/uboot-lantiq/Makefile
+++ b/package/boot/uboot-lantiq/Makefile
@@ -21,6 +21,8 @@ PKG_TARGETS:=bin
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
 
+PKG_BUILD_PARALLEL:=1
+
 FIRMWARE_LANTIQ_SOURCE:=$(TOPDIR)/target/linux/lantiq/files/firmware/lantiq
 
 include $(INCLUDE_DIR)/package.mk