diff options
author | John Crispin <john@phrozen.org> | 2016-06-24 12:54:43 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-24 12:54:43 +0200 |
commit | 77da98d12fe1228eb7c0d867b9f21bd8372110cd (patch) | |
tree | b97cccbab58f6e5185613ce55c2a422220e2d5e0 /target | |
parent | 39fa05183a6308e755be65be1ceeb40d751cd852 (diff) | |
download | master-187ad058-77da98d12fe1228eb7c0d867b9f21bd8372110cd.tar.gz master-187ad058-77da98d12fe1228eb7c0d867b9f21bd8372110cd.tar.bz2 master-187ad058-77da98d12fe1228eb7c0d867b9f21bd8372110cd.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')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 2 |
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 |