summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-28 13:49:19 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-28 13:49:19 +0000
commite63ae33477df6783e8399b4bfb8eed5a607c7888 (patch)
treedf6f2a8cbf8be0a51d76dae9680676a9c772c401 /target
parent5b2c9aea9718ec5c995cf3fc3dadd368b0d6a676 (diff)
ar71xx: fix extension of the WNDR3700 firmware image
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18579 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 6f913f5ec..653a8af69 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -245,7 +245,7 @@ define Image/Build/WNDR3700
$(STAGING_DIR_HOST)/bin/mkdniimg \
-B WNDR3700 -v OpenWrt.$(REVISION) \
-i $(call imgname,$(1),$(2))-sysupgrade.bin \
- -o $(call imgname,$(1),$(2))-factory.bin
+ -o $(call imgname,$(1),$(2))-factory.img
endef
define Image/Build/Template/Compex