summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/image
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-05-16 20:58:18 +0200
committerJohn Crispin <john@phrozen.org>2016-05-16 20:59:06 +0200
commit2a6b89958944425f8d98e2ef0e752ec2725b3b3d (patch)
tree71cb8835d11007042cfb22158d0f7f78c3a4c958 /target/linux/ramips/image
parent055d8d9c61de5dc3342755384cd6f0f62553ebdc (diff)
downloadmaster-31e0f0ae-2a6b89958944425f8d98e2ef0e752ec2725b3b3d.tar.gz
master-31e0f0ae-2a6b89958944425f8d98e2ef0e752ec2725b3b3d.tar.bz2
master-31e0f0ae-2a6b89958944425f8d98e2ef0e752ec2725b3b3d.zip
ramips: fix 8M WT3020 image creation
fix image size for 8M version : 4M -> 8M Signed-off-by: Gerhard Bertelsmann <info@gerhard-bertelsmann.de>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r--target/linux/ramips/image/mt7620.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk
index 862f0165a2..f236ba5ddd 100644
--- a/target/linux/ramips/image/mt7620.mk
+++ b/target/linux/ramips/image/mt7620.mk
@@ -77,7 +77,7 @@ define Device/wt3020-8M
DTS := WT3020-8M
IMAGE_SIZE := $(ralink_default_fw_size_8M)
IMAGES += factory.bin
- IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | poray-header -B WT3020 -F 4M
+ IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | poray-header -B WT3020 -F 8M
DEVICE_TITLE := Nexx WT3020 (8MB)
endef
TARGET_DEVICES += wt3020-8M