mirror of https://github.com/OpenIPC/firmware.git
Update Makefile
parent
3cc89a491a
commit
78d013a950
4
Makefile
4
Makefile
|
@ -79,9 +79,9 @@ endif
|
||||||
repack:
|
repack:
|
||||||
ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS),y)
|
ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS),y)
|
||||||
ifeq ($(BR2_OPENIPC_FLASH_SIZE),"8")
|
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
|
else
|
||||||
@$(call PREPARE_REPACK,uImage,2048,rootfs.squashfs,8192,nor)
|
@$(call PREPARE_REPACK,uImage,3072,rootfs.squashfs,9600,nor)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(BR2_TARGET_ROOTFS_UBI),y)
|
ifeq ($(BR2_TARGET_ROOTFS_UBI),y)
|
||||||
|
|
Loading…
Reference in New Issue