ramips: image: don't break make process if mkimage command fails
[openwrt.git] / target / linux / ramips / image / Makefile
index d88bc95..67a6f60 100644 (file)
@@ -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