diff options
author | John Crispin <john@openwrt.org> | 2016-03-03 20:24:30 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-03-03 20:24:30 +0000 |
commit | 678dcef7a5f75303ea801bc23be854fd7bb619c0 (patch) | |
tree | 691bd2e984b0b0c095c4ebf36ffeec348bf23d7e /tools/firmware-utils/Makefile | |
parent | 15517811e46f2ce1a7ef4d6b866db0d6925646dd (diff) | |
download | upstream-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/Makefile | 1 |
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 |