From f5b051b93da4fdcea065b329533290d53e743e68 Mon Sep 17 00:00:00 2001 From: hanwckf Date: Fri, 20 Sep 2024 21:48:19 +0800 Subject: [PATCH] mediatek: ex5700: fix IMAGE_SIZE --- target/linux/mediatek/image/mt7986.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mediatek/image/mt7986.mk b/target/linux/mediatek/image/mt7986.mk index d97c321a54..6c37da0d99 100644 --- a/target/linux/mediatek/image/mt7986.mk +++ b/target/linux/mediatek/image/mt7986.mk @@ -545,7 +545,7 @@ define Device/zyxel_ex5700 UBINIZE_OPTS := -E 5 BLOCKSIZE := 256k PAGESIZE := 4096 - IMAGE_SIZE := 65536k + IMAGE_SIZE := 485888k KERNEL_IN_UBI := 1 IMAGES += factory.bin IMAGE/factory.bin := append-ubi | check-size $$$$(IMAGE_SIZE)