From ec2e24e982aba40f76e0ea0b4c0234da6f9cbc5c Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 18 Oct 2021 10:10:07 +0200 Subject: [PATCH] workflow: update wf-188 and ec-420 profile This will let FMS properly pick the files up. Fixes: WIFI-4929 Signed-off-by: John Crispin --- .github/workflows/build-dev.yml | 2 +- profiles/{cig_wf188.yml => cig_wf188n.yml} | 0 profiles/{tplink_ec420.yml => tp-link_ec420-g1.yml} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename profiles/{cig_wf188.yml => cig_wf188n.yml} (100%) rename profiles/{tplink_ec420.yml => tp-link_ec420-g1.yml} (100%) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index 5a82700e8..2c180256b 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - target: ['cig_wf188', 'cig_wf194c', 'cig_wf160d', 'edgecore_eap101', 'edgecore_eap102', 'edgecore_ecs4100-12ph', 'edgecore_ecw5211', 'edgecore_ecw5410', 'edgecore_oap100', 'edgecore_ssw2ac2600', 'edgecore_spw2ac1200', 'edgecore_spw2ac1200-lan-poe', 'hfcl_ion4.yml', 'indio_um-305ac', 'linksys_ea6350-v4', 'linksys_e8450-ubi', 'linksys_ea8300', 'tplink_ec420', 'tplink_ex227', 'tplink_ex228', 'tplink_ex447', 'wallys_dr40x9' ] + target: ['cig_wf188n', 'cig_wf194c', 'cig_wf160d', 'edgecore_eap101', 'edgecore_eap102', 'edgecore_ecs4100-12ph', 'edgecore_ecw5211', 'edgecore_ecw5410', 'edgecore_oap100', 'edgecore_ssw2ac2600', 'edgecore_spw2ac1200', 'edgecore_spw2ac1200-lan-poe', 'hfcl_ion4.yml', 'indio_um-305ac', 'linksys_ea6350-v4', 'linksys_e8450-ubi', 'linksys_ea8300', 'tp-link_ec420-g1', 'tplink_ex227', 'tplink_ex228', 'tplink_ex447', 'wallys_dr40x9' ] steps: - uses: actions/checkout@v2 diff --git a/profiles/cig_wf188.yml b/profiles/cig_wf188n.yml similarity index 100% rename from profiles/cig_wf188.yml rename to profiles/cig_wf188n.yml diff --git a/profiles/tplink_ec420.yml b/profiles/tp-link_ec420-g1.yml similarity index 100% rename from profiles/tplink_ec420.yml rename to profiles/tp-link_ec420-g1.yml