From 769663622e5a22d5e8f0d587c6cb5a1a643e5c86 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sat, 21 Sep 2013 14:56:22 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38095 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/image/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2