Skip to content
Snippets Groups Projects
Commit 1a7f4150 authored by Gabor Juhos's avatar Gabor Juhos
Browse files

generate firmware images for the ZyXEL P-334WT/P-335WT devices

SVN-Revision: 11562
parent 465a60a4
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,24 @@ ...@@ -6,7 +6,24 @@
# #
define Image/Build/ZyXEL define Image/Build/ZyXEL
$(call Image/Build/Loader,$(2),bin,0x80500000,0,y,$(2))
$(call Image/Build/TRXNoloader,$(call imgname,$(1),$(2)).trx,$(1)) $(call Image/Build/TRXNoloader,$(call imgname,$(1),$(2)).trx,$(1))
$(STAGING_DIR_HOST)/bin/mkzynfw -B $(2) \
-b $(KDIR)/loader-$(2).bin \
-r $(call imgname,$(1),$(2)).trx:0x10000 \
-o $(call imgname,$(1),$(2))-webui.bin
endef
define Image/Build/Template/ZyXEL
$(call Image/Build/ZyXEL,$(1),$(2))
endef
define Image/Build/Template/ZyXEL/squashfs
$(call Image/Build/Template/ZyXEL,squashfs,$(1))
endef
define Image/Build/Template/ZyXEL/jffs2
$(call Image/Build/Template/ZyXEL,jffs2,$(1))
endef endef
define Image/Build/Template/ZyXEL/Initramfs define Image/Build/Template/ZyXEL/Initramfs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment