diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-10-13 15:35:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-10-13 15:35:23 +0000 |
commit | bd900ac812bf7b018e3d72c4135a74af7702e799 (patch) | |
tree | f5a3c3f7573fac042163839deb635de5cbb1174d /target/linux/ar71xx/image/Makefile | |
parent | 0571c2d9f5abccd0c92f2e09da640067531bee60 (diff) | |
download | upstream-bd900ac812bf7b018e3d72c4135a74af7702e799.tar.gz upstream-bd900ac812bf7b018e3d72c4135a74af7702e799.tar.bz2 upstream-bd900ac812bf7b018e3d72c4135a74af7702e799.zip |
allow the mkmylofw command to fail in case the image is too big for some compex devices
SVN-Revision: 12964
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
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 \ |