aboutsummaryrefslogtreecommitdiffstats
path: root/target
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
commita4ce16d04921e394b52f688b7761994e48926a0d (patch)
tree25d4b05d27b672f574c22508f74b8fc098057f3c /target
parent00fcfbc7675301b6f05d0d78c1a6b492d2207c6f (diff)
downloadupstream-a4ce16d04921e394b52f688b7761994e48926a0d.tar.gz
upstream-a4ce16d04921e394b52f688b7761994e48926a0d.tar.bz2
upstream-a4ce16d04921e394b52f688b7761994e48926a0d.zip
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
Diffstat (limited to 'target')
-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 \