summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-10-13 15:35:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-10-13 15:35:23 +0000
commitbd900ac812bf7b018e3d72c4135a74af7702e799 (patch)
treef5a3c3f7573fac042163839deb635de5cbb1174d
parent0571c2d9f5abccd0c92f2e09da640067531bee60 (diff)
downloadmaster-31e0f0ae-bd900ac812bf7b018e3d72c4135a74af7702e799.tar.gz
master-31e0f0ae-bd900ac812bf7b018e3d72c4135a74af7702e799.tar.bz2
master-31e0f0ae-bd900ac812bf7b018e3d72c4135a74af7702e799.zip
allow the mkmylofw command to fail in case the image is too big for some compex devices
SVN-Revision: 12964
-rw-r--r--target/linux/ar71xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \