aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
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
commit4ee87179db0d6faf5c5d315b2fb7a332a60df3ad (patch)
tree6abc41bed6c37775f2abacfdaea88e3305513b9d /target/linux
parent581e4d98e6f9355f29fd3252e19ed8a7ae1bd4b3 (diff)
downloadmaster-187ad058-4ee87179db0d6faf5c5d315b2fb7a332a60df3ad.tar.gz
master-187ad058-4ee87179db0d6faf5c5d315b2fb7a332a60df3ad.tar.bz2
master-187ad058-4ee87179db0d6faf5c5d315b2fb7a332a60df3ad.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38095 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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