ar71xx: build separate image for the WNDR3700 with NA region

SVN-Revision: 24982
master
Gabor Juhos 14 years ago
parent 78ffb50c8e
commit b99f5f9c4a
  1. 4
      target/linux/ar71xx/image/Makefile

@ -371,6 +371,10 @@ define Image/Build/WNDR3700
-B WNDR3700 -v OpenWrt.$(REVISION) \
-i $(call imgname,$(1),$(2))-sysupgrade.bin \
-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
ifdef CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh

Loading…
Cancel
Save