projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
055d8d9
)
ramips: fix 8M WT3020 image creation
author
John Crispin
<john@phrozen.org>
Mon, 16 May 2016 18:58:18 +0000
(20:58 +0200)
committer
John Crispin
<john@phrozen.org>
Mon, 16 May 2016 18:59:06 +0000
(20:59 +0200)
fix image size for 8M version : 4M -> 8M
Signed-off-by: Gerhard Bertelsmann <info@gerhard-bertelsmann.de>
target/linux/ramips/image/mt7620.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/mt7620.mk
b/target/linux/ramips/image/mt7620.mk
index 862f0165a2346ace53e9a3c2aa975fc98096c561..f236ba5ddd5f977898db88a142ca6534f3261251 100644
(file)
--- 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
4
M
+ IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | poray-header -B WT3020 -F
8
M
DEVICE_TITLE := Nexx WT3020 (8MB)
endef
TARGET_DEVICES += wt3020-8M