forked from public/airgap
disable compression to work out determinisim regression
This commit is contained in:
parent
b1b4753085
commit
54a0669e77
|
@ -35,6 +35,7 @@ CONFIG_BLK_DEV_INITRD=y
|
|||
# CONFIG_RD_GZIP is not set
|
||||
# CONFIG_RD_BZIP2 is not set
|
||||
# CONFIG_RD_LZMA is not set
|
||||
# CONFIG_RD_XZ is not set
|
||||
# CONFIG_RD_LZO is not set
|
||||
# CONFIG_RD_LZ4 is not set
|
||||
CONFIG_EXPERT=y
|
||||
|
@ -1544,6 +1545,7 @@ CONFIG_CRC64=m
|
|||
CONFIG_CRC7=m
|
||||
CONFIG_LIBCRC32C=y
|
||||
CONFIG_CRC8=m
|
||||
CONFIG_XZ_DEC=y
|
||||
# CONFIG_XZ_DEC_POWERPC is not set
|
||||
# CONFIG_XZ_DEC_IA64 is not set
|
||||
# CONFIG_XZ_DEC_ARM is not set
|
||||
|
|
|
@ -3353,13 +3353,13 @@ BR2_PACKAGE_XVISOR_ARCH_SUPPORTS=y
|
|||
# BR2_TARGET_ROOTFS_BTRFS is not set
|
||||
# BR2_TARGET_ROOTFS_CLOOP is not set
|
||||
BR2_TARGET_ROOTFS_CPIO=y
|
||||
# BR2_TARGET_ROOTFS_CPIO_NONE is not set
|
||||
BR2_TARGET_ROOTFS_CPIO_NONE=y
|
||||
# BR2_TARGET_ROOTFS_CPIO_GZIP is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_BZIP2 is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_LZ4 is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_LZMA is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_LZO is not set
|
||||
BR2_TARGET_ROOTFS_CPIO_XZ=y
|
||||
# BR2_TARGET_ROOTFS_CPIO_XZ is not set
|
||||
# BR2_TARGET_ROOTFS_CPIO_UIMAGE is not set
|
||||
# BR2_TARGET_ROOTFS_CRAMFS is not set
|
||||
# BR2_TARGET_ROOTFS_EROFS is not set
|
||||
|
|
Loading…
Reference in New Issue