aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-lantiq
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-04-12 21:21:40 +0000
committerJohn Crispin <blogic@openwrt.org>2014-04-12 21:21:40 +0000
commitf1d12e3ba1015149b9a010723d6528fd35fcbcc8 (patch)
treec3d4881d30dd903ac375890808ea11fc14d161d6 /package/boot/uboot-lantiq
parent2feab056c29754e5af4a45ba0332165cdb240824 (diff)
downloadmaster-187ad058-f1d12e3ba1015149b9a010723d6528fd35fcbcc8.tar.gz
master-187ad058-f1d12e3ba1015149b9a010723d6528fd35fcbcc8.tar.bz2
master-187ad058-f1d12e3ba1015149b9a010723d6528fd35fcbcc8.zip
uboot-lantiq: enable parallel building
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40488 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-lantiq')
-rw-r--r--package/boot/uboot-lantiq/Makefile2
1 files changed, 2 insertions, 0 deletions
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