mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 19:04:39 +00:00
ramips: fix 8M WT3020 image creation
fix image size for 8M version : 4M -> 8M Signed-off-by: Gerhard Bertelsmann <info@gerhard-bertelsmann.de>
This commit is contained in:
parent
055d8d9c61
commit
2a6b899589
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user