diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2020-09-13 18:57:11 +0800 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-09-13 19:15:06 +0800 |
commit | 2188ef954ee32ec0b24674f07634f39ecf63c38e (patch) | |
tree | 053be28cd055a4ee89c295f9222659adffbda5d3 /target/linux/ramips/image | |
parent | 8126521e11b4da3c3fa79feb794646068dbaa4b1 (diff) | |
download | upstream-2188ef954ee32ec0b24674f07634f39ecf63c38e.tar.gz upstream-2188ef954ee32ec0b24674f07634f39ecf63c38e.tar.bz2 upstream-2188ef954ee32ec0b24674f07634f39ecf63c38e.zip |
ramips: mt7621: pbr-m1: fix firmware size
This board is equipped with Winbond W25Q256FV 32M SPI-NOR.
Fix partition size for that.
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 46516b3e40..78629563ee 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -333,7 +333,7 @@ TARGET_DEVICES += d-team_newifi-d2 define Device/d-team_pbr-m1 $(Device/dsa-migration) - IMAGE_SIZE := 16064k + IMAGE_SIZE := 32448k DEVICE_VENDOR := PandoraBox DEVICE_MODEL := PBR-M1 DEVICE_PACKAGES := kmod-ata-ahci kmod-mt7603 kmod-mt76x2 kmod-sdhci-mt7620 \ |