projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50f4732
)
ar71xx: image: override mkcameofw status
author
Gabor Juhos
<juhosg@openwrt.org>
Sat, 21 Sep 2013 14:56:22 +0000
(14:56 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sat, 21 Sep 2013 14:56:22 +0000
(14:56 +0000)
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
target/linux/ar71xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index 9b1e11e7b233120ac9eba0fae5715a2704a9a131..44830b4b7bf837673a018f81bb0d598333f8a252 100644
(file)
--- 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