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

ar71xx: build separate image for the WNDR3700 with NA region

SVN-Revision: 24982
parent 78ffb50c
No related branches found
No related tags found
No related merge requests found
...@@ -371,6 +371,10 @@ define Image/Build/WNDR3700 ...@@ -371,6 +371,10 @@ define Image/Build/WNDR3700
-B WNDR3700 -v OpenWrt.$(REVISION) \ -B WNDR3700 -v OpenWrt.$(REVISION) \
-i $(call imgname,$(1),$(2))-sysupgrade.bin \ -i $(call imgname,$(1),$(2))-sysupgrade.bin \
-o $(call imgname,$(1),$(2))-factory.img -o $(call imgname,$(1),$(2))-factory.img
$(STAGING_DIR_HOST)/bin/mkdniimg \
-B WNDR3700 -v OpenWrt.$(REVISION) -r "NA" \
-i $(call imgname,$(1),$(2))-sysupgrade.bin \
-o $(call imgname,$(1),$(2))-factory-NA.img
endef endef
ifdef CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh ifdef CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh
......
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