mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-02 01:08:05 +00:00
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> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
8f78ce0d0e
commit
d89b1e9906
@ -139,7 +139,7 @@
|
|||||||
partition@50000 {
|
partition@50000 {
|
||||||
compatible = "denx,uimage";
|
compatible = "denx,uimage";
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
reg = <0x50000 0xfb0000>;
|
reg = <0x50000 0x1fb0000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -333,7 +333,7 @@ TARGET_DEVICES += d-team_newifi-d2
|
|||||||
|
|
||||||
define Device/d-team_pbr-m1
|
define Device/d-team_pbr-m1
|
||||||
$(Device/dsa-migration)
|
$(Device/dsa-migration)
|
||||||
IMAGE_SIZE := 16064k
|
IMAGE_SIZE := 32448k
|
||||||
DEVICE_VENDOR := PandoraBox
|
DEVICE_VENDOR := PandoraBox
|
||||||
DEVICE_MODEL := PBR-M1
|
DEVICE_MODEL := PBR-M1
|
||||||
DEVICE_PACKAGES := kmod-ata-ahci kmod-mt7603 kmod-mt76x2 kmod-sdhci-mt7620 \
|
DEVICE_PACKAGES := kmod-ata-ahci kmod-mt7603 kmod-mt76x2 kmod-sdhci-mt7620 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user