diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-01-14 10:37:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-01-14 10:37:11 +0000 |
commit | 2979eefbebdec4a437560477742bf960c14fea03 (patch) | |
tree | a491f539cc05a98fb426a975870ee59505335a3e /target | |
parent | 619a487ff3d433de8b5fd08a7c9c503976278df6 (diff) | |
download | master-187ad058-2979eefbebdec4a437560477742bf960c14fea03.tar.gz master-187ad058-2979eefbebdec4a437560477742bf960c14fea03.tar.bz2 master-187ad058-2979eefbebdec4a437560477742bf960c14fea03.zip |
ar71xx: build separate image for the WNDR3700 with NA region
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24982 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index f1a9362184..9000063902 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/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 |