From baae6aa756789c170d0522fccaf9300d74b0bb22 Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Sat, 25 Jun 2022 14:49:23 +0300 Subject: [PATCH] Enable autobuild for msc313e --- .github/workflows/msc313e_images.yml | 4 ++-- .../configs/unknown_unknown_msc313e_openipc_defconfig | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/msc313e_images.yml b/.github/workflows/msc313e_images.yml index 29c5866e..819fde81 100644 --- a/.github/workflows/msc313e_images.yml +++ b/.github/workflows/msc313e_images.yml @@ -6,8 +6,8 @@ on: - production tags: - "v*" - # schedule: - # - cron: "00 01 * * *" + schedule: + - cron: "00 01 * * *" workflow_dispatch: jobs: diff --git a/br-ext-chip-sigmastar/configs/unknown_unknown_msc313e_openipc_defconfig b/br-ext-chip-sigmastar/configs/unknown_unknown_msc313e_openipc_defconfig index af0835d0..8fee2b9f 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_msc313e_openipc_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_msc313e_openipc_defconfig @@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_EXT_SIGMASTAR_PATCHER_LIST="$(BR2_EXTERNAL_SIGMASTAR_PATH)/boar # Filesystem # BR2_TARGET_TZ_INFO is not set -# BR2_TARGET_ROOTFS_CPIO=y +BR2_TARGET_ROOTFS_CPIO=y BR2_TARGET_ROOTFS_SQUASHFS=y BR2_TARGET_ROOTFS_SQUASHFS4_XZ=y BR2_ROOTFS_OVERLAY="$(TOPDIR)/../general/overlay"