From 15db4b1570369fbf701cdf3e18a6e7673641029f Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 13 Mar 2011 14:53:50 +0000 Subject: [PATCH] backfire: ar71xx: build separate image for the WNDR3700 with NA region (backport of r24982) git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26113 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/image/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index e314ebb8c..00cf6024f 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -348,6 +348,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 define Image/Build/WNDR3700/initramfs