1
0
Fork 0
forked from mirror/openwrt

mediatek: filogic: fix fip partition size for Zyxel EX5601-T0

Fix incorrect "fip" partition size.

Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19968
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Paweł Owoc 2025-09-06 20:04:09 +02:00 committed by Hauke Mehrtens
parent 97fca42507
commit 6cf5ba9a7d

View file

@ -75,7 +75,7 @@
partition@380000 {
label = "fip";
reg = <0x380000 0x0200000>;
reg = <0x380000 0x01c0000>;
read-only;
};