diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-11-28 13:49:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-11-28 13:49:19 +0000 |
commit | dbdc7ec969e635e07d4233c519980f68c252ba37 (patch) | |
tree | fb2aa902ebb8c3aafda63805313a7d0b8633d2da /target | |
parent | 80266fc74cf4d99b71586877537e14191da8ee85 (diff) | |
download | upstream-dbdc7ec969e635e07d4233c519980f68c252ba37.tar.gz upstream-dbdc7ec969e635e07d4233c519980f68c252ba37.tar.bz2 upstream-dbdc7ec969e635e07d4233c519980f68c252ba37.zip |
ar71xx: fix extension of the WNDR3700 firmware image
SVN-Revision: 18579
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 6f913f5ec8..653a8af693 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 |