From ecff0618de6e1ae7a4dd75db5b109fba17ac763c Mon Sep 17 00:00:00 2001 From: nbd 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12964 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 9476f74db..c37dc6772 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 \ -- 2.35.1