aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-03-03 20:24:30 +0000
committerJohn Crispin <blogic@openwrt.org>2016-03-03 20:24:30 +0000
commit1538aaac146ea1c424a7cf87e05f044a0fbca207 (patch)
tree859cb241e74116eced0774ae1ca302a27ee57b26 /tools/firmware-utils/Makefile
parent243006469749af720a3b8910e8f5a8ebcd849fc6 (diff)
downloadmaster-187ad058-1538aaac146ea1c424a7cf87e05f044a0fbca207.tar.gz
master-187ad058-1538aaac146ea1c424a7cf87e05f044a0fbca207.tar.bz2
master-187ad058-1538aaac146ea1c424a7cf87e05f044a0fbca207.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48888 3c298f89-4303-0410-b956-a3cf2f4a3e73
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