From bd900ac812bf7b018e3d72c4135a74af7702e799 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 13 Oct 2008 15:35:23 +0000
Subject: [PATCH] allow the mkmylofw command to fail in case the image is too
 big for some compex devices

SVN-Revision: 12964
---
 target/linux/ar71xx/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 9476f74dbf..c37dc6772b 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -34,7 +34,7 @@ define Image/BuildKernel
 endef
 
 define Image/Build/MyLoader
-	$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) \
+	-$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) \
 		-p0x30000:0xd0000:ahl:0x80060000 \
 		-p0x100000:0 \
 		-b0x30000:0xd0000:h:$(KDIR)/vmlinux.lzma \
-- 
GitLab