From: Gabor Juhos Date: Sat, 21 Sep 2013 14:56:22 +0000 (+0000) Subject: ar71xx: image: override mkcameofw status X-Git-Tag: reboot~9210 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=20c8252a8fb551fe40b312c51a48b0daa1f96064;p=openwrt%2Fstaging%2Fchunkeey.git ar71xx: image: override mkcameofw status This allows to build images for other boards, even if the image is too big for Cameo devices. Signed-off-by: Gabor Juhos SVN-Revision: 38095 --- diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 9b1e11e7b2..44830b4b7b 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -369,6 +369,7 @@ define Image/Build/CameoHornet -K $(10) -I $(11) \ -k "$(call sysupname,$(1),$(2))" \ -o $(call imgname,$(1),$(2))-factory$$$$dashr.bin; \ + true; \ done; \ fi endef