aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-21 14:56:22 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-21 14:56:22 +0000
commit20c8252a8fb551fe40b312c51a48b0daa1f96064 (patch)
treee392ac1487d93dd2f4370e1a7484524d71042da4 /target
parent50f47324388bdf2c0c96046bc20ea558a15a92f1 (diff)
downloadupstream-20c8252a8fb551fe40b312c51a48b0daa1f96064.tar.gz
upstream-20c8252a8fb551fe40b312c51a48b0daa1f96064.tar.bz2
upstream-20c8252a8fb551fe40b312c51a48b0daa1f96064.zip
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
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/image/Makefile1
1 files changed, 1 insertions, 0 deletions
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