Skip to content

Commit

Permalink
firmware-utils: add support for ZyXEL ZLD firmware
Browse files Browse the repository at this point in the history
This commit adds a tool for extracting and creating firmware archives for:
- ZyXEL NWA5121-N
- ZyXEL NWA5121-NI
- ZyXEL NWA5123-NI
- ZyXEL NWA5123-AC
- ZyXEL NWA5301
- ZyXEL NWA3560N v2
- ZyXEL WAC6100
- ZyXEL WAC6500

And maybe others...

Signed-off-by: Vincent Wiemann <vincent.wiemann@ironai.com>
  • Loading branch information
CodeFetch authored and hauke committed Aug 21, 2021
1 parent 65ee14a commit c4a4267
Show file tree
Hide file tree
Showing 2 changed files with 832 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/firmware-utils/Makefile
Expand Up @@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME := firmware-utils
PKG_RELEASE := 7
PKG_RELEASE := 8

include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/kernel.mk
Expand Down Expand Up @@ -77,6 +77,7 @@ define Host/Compile
$(call cc,mkwrgimg md5,-Wall)
$(call cc,mkzcfw cyg_crc32,-Wall)
$(call cc,mkzynfw,-Wall)
$(call cc,mkzyxelzldfw md5,-Wall)
$(call cc,motorola-bin,-Wall)
$(call cc,nand_ecc,-Wall)
$(call cc,nec-enc,-Wall --std=gnu99)
Expand Down

0 comments on commit c4a4267

Please sign in to comment.