From bd6763f1c75e0a8dfa8a34bf0f79ca9c7006213a Mon Sep 17 00:00:00 2001 From: klzgrad Date: Thu, 26 Aug 2021 07:16:14 +0800 Subject: [PATCH] Remove OpenWrt Cortex A5 build It is dropped from OpenWrt 19.07.8. --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 198a83f084..ba387a11f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -366,10 +366,6 @@ jobs: - arch: aarch64_generic openwrt: 'target=armvirt subtarget=64' target_cpu: arm64 - - arch: arm_cortex-a5_vfpv4 - openwrt: 'target=at91 subtarget=sama5' - target_cpu: arm - extra: 'arm_version=0 arm_cpu="cortex-a5" arm_fpu="vfpv4" arm_float_abi="hard" arm_use_neon=false' - arch: arm_cortex-a7_neon-vfpv4 openwrt: 'target=sunxi subtarget=cortexa7' target_cpu: arm