Update Makefile

pull/1681/head
Huang jinlong 2024-12-06 03:11:45 +08:00 committed by GitHub
parent 3cc89a491a
commit 78d013a950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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)