From a1456a4c0ec06997d8af1de428288c2222a0bbcc Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Thu, 6 Jan 2022 21:02:47 +0300 Subject: [PATCH] Update nt98566 configs --- .github/workflows/nt98566_images.yml | 7 +++++++ .../configs/unknown_unknown_nt98566_openipc_defconfig | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nt98566_images.yml b/.github/workflows/nt98566_images.yml index 71c05fb3..e22546c2 100644 --- a/.github/workflows/nt98566_images.yml +++ b/.github/workflows/nt98566_images.yml @@ -1,6 +1,13 @@ name: "NT98566 " on: + push: + branches: + - production + tags: + - "v*" + schedule: + - cron: "00 03 * * *" workflow_dispatch: jobs: diff --git a/br-ext-chip-novatek/configs/unknown_unknown_nt98566_openipc_defconfig b/br-ext-chip-novatek/configs/unknown_unknown_nt98566_openipc_defconfig index eb362a02..bc8521b3 100644 --- a/br-ext-chip-novatek/configs/unknown_unknown_nt98566_openipc_defconfig +++ b/br-ext-chip-novatek/configs/unknown_unknown_nt98566_openipc_defconfig @@ -2,7 +2,9 @@ BR2_arm=y BR2_cortex_a9=y BR2_ARM_EABIHF=y -BR2_ARM_FPU_NEON_VFPV4=y +BR2_ARM_ENABLE_NEON=y +BR2_ARM_ENABLE_VFP=y +BR2_ARM_FPU_VFPV3=y BR2_ARM_INSTRUCTIONS_THUMB2=y BR2_KERNEL_HEADERS_VERSION=y BR2_DEFAULT_KERNEL_VERSION="4.19.91"