From 47f0450c3bb26bdb4f88ca7227dcad2bbe933df1 Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 25 Feb 2013 21:28:40 +0000 Subject: [PATCH] ramips: image: don't break make process if mkimage command fails Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35800 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index d88bc95edb..67a6f6085e 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -50,7 +50,7 @@ endef define MkImage $(eval imagename=$(if $(4),$(4),MIPS OpenWrt Linux-$(LINUX_VERSION))) - mkimage -A mips -O linux -T kernel -C $(1) $(call kernel_entry)\ + -mkimage -A mips -O linux -T kernel -C $(1) $(call kernel_entry)\ -n "$(imagename)" \ -d $(2) $(3) endef -- 2.11.0