From 78d013a950a5f08144837882f656b21dca985a36 Mon Sep 17 00:00:00 2001 From: Huang jinlong <33887488+longcat99@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:11:45 +0800 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7ac5943c..822047bc 100644 --- a/Makefile +++ b/Makefile @@ -79,9 +79,9 @@ endif repack: ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS),y) ifeq ($(BR2_OPENIPC_FLASH_SIZE),"8") - @$(call PREPARE_REPACK,uImage,2048,rootfs.squashfs,5120,nor) + @$(call PREPARE_REPACK,uImage,3072,rootfs.squashfs,5120,nor) else - @$(call PREPARE_REPACK,uImage,2048,rootfs.squashfs,8192,nor) + @$(call PREPARE_REPACK,uImage,3072,rootfs.squashfs,9600,nor) endif endif ifeq ($(BR2_TARGET_ROOTFS_UBI),y)