aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-03-03 20:24:30 +0000
committerJohn Crispin <john@openwrt.org>2016-03-03 20:24:30 +0000
commit678dcef7a5f75303ea801bc23be854fd7bb619c0 (patch)
tree691bd2e984b0b0c095c4ebf36ffeec348bf23d7e /tools/firmware-utils/Makefile
parent15517811e46f2ce1a7ef4d6b866db0d6925646dd (diff)
downloadupstream-678dcef7a5f75303ea801bc23be854fd7bb619c0.tar.gz
upstream-678dcef7a5f75303ea801bc23be854fd7bb619c0.tar.bz2
upstream-678dcef7a5f75303ea801bc23be854fd7bb619c0.zip
ramips: Add a tool to create JCG factory images
This tool creates factory images for JCG routers. Details can be found in the header comment of jcgimage.c. Signed-off-by: Reinhard Max <reinhard@m4x.de> Reviewed-by: Torsten Duwe <duwe@lst.de> SVN-Revision: 48888
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r--tools/firmware-utils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile
index 2573d8c4b6..ec814b0c4d 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -75,6 +75,7 @@ define Host/Compile
$(call cc,dgn3500sum)
$(call cc,edimax_fw_header, -Wall)
$(call cc,mkmerakifw sha1, -Wall)
+ $(call cc,jcgimage, -lz -Wall)
endef
define Host/Install