Explorar o código

swupdate-image: upgrade to ext4

ext4 is smaller as ext3, resulting in smaller ramdisk.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic %!s(int64=8) %!d(string=hai) anos
pai
achega
933c967d53
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      recipes-extended/images/swupdate-image.bb

+ 1 - 1
recipes-extended/images/swupdate-image.bb

@@ -22,7 +22,7 @@ export SYSVINIT = "no"
 LICENSE = "MIT"
 
 IMAGE_CLASSES += " image_types_uboot"
-IMAGE_FSTYPES = "ext3.gz.u-boot"
+IMAGE_FSTYPES = "ext4.gz.u-boot"
 
 IMAGE_ROOTFS_SIZE = "8192"