From: Gabor Juhos Date: Mon, 25 Feb 2013 21:28:40 +0000 (+0000) Subject: ramips: image: don't break make process if mkimage command fails X-Git-Tag: reboot~11133 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a08646642eb3692b0a4a79d38b54dbbea00587d5;p=openwrt%2Fstaging%2Fjogo.git ramips: image: don't break make process if mkimage command fails Signed-off-by: Gabor Juhos SVN-Revision: 35800 --- 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