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 <juhosg@openwrt.org>

SVN-Revision: 38095
This commit is contained in:
Gabor Juhos 2013-09-21 14:56:22 +00:00
parent 50f4732438
commit 20c8252a8f

View File

@ -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