mkimage: fix openssl 1.1.x compat fix with libressl
[openwrt/openwrt.git] / tools / firmware-utils / Makefile
index 1cfc8856b1757e195b6aacd8daf8c12e1983095c..456b7a39f5e17cee2625ac56d197e02a338473b8 100644 (file)
@@ -78,6 +78,7 @@ define Host/Compile
        $(call cc,mkmerakifw-old, -Wall)
        $(call cc,jcgimage, -lz -Wall)
        $(call cc,mkbuffaloimg, -Wall)
+       $(call cc,zyimage, -Wall)
 endef
 
 define Host/Install