mpc85xx: update profile names

This commit is contained in:
David Bauer 2019-11-28 08:21:28 +01:00
parent 7f86f8494b
commit 763a413367
5 changed files with 10 additions and 10 deletions

View File

@ -333,8 +333,8 @@ jobs:
name: lantiq-xway_output
path: output
mpc85xx-generic:
name: mpc85xx-generic
mpc85xx-p1010:
name: mpc85xx-p1010
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
@ -349,7 +349,7 @@ jobs:
- name: Install Dependencies
run: sudo contrib/actions/install-dependencies.sh
- name: Build
run: contrib/actions/run-build.sh mpc85xx-generic
run: contrib/actions/run-build.sh mpc85xx-p1010
- name: Create cache to save
if: steps.cache-dl.outputs.cache-hit != 'true'
run: mkdir dl_target; mv openwrt/dl/* dl_target/; find dl_target/ -size +20M -delete
@ -357,12 +357,12 @@ jobs:
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v1
with:
name: mpc85xx-generic_logs
name: mpc85xx-p1010_logs
path: openwrt/logs
- name: Archive build output
uses: actions/upload-artifact@v1
with:
name: mpc85xx-generic_output
name: mpc85xx-p1010_output
path: output
mpc85xx-p1020:

View File

@ -1 +0,0 @@
device('tp-link-tl-wdr4900-v1', 'tl-wdr4900-v1')

1
targets/mpc85xx-p1010 Normal file
View File

@ -0,0 +1 @@
device('tp-link-tl-wdr4900-v1', 'tplink_tl-wdr4900-v1')

View File

@ -1,20 +1,20 @@
-- Aerohive
device('aerohive-hiveap-330', 'hiveap-330', {
device('aerohive-hiveap-330', 'aerohive_hiveap-330', {
factory = false,
})
-- Enterasys
device('enterasys-ws-ap3710i', 'ws-ap3710i', {
device('enterasys-ws-ap3710i', 'enterasys_ws-ap3710i', {
factory = false,
})
-- OCEDO
device('ocedo-panda', 'panda', {
device('ocedo-panda', 'ocedo_panda', {
factory = false,
})

View File

@ -10,7 +10,7 @@ $(eval $(call GluonTarget,ipq40xx,generic))
$(eval $(call GluonTarget,ipq806x,generic))
$(eval $(call GluonTarget,lantiq,xrx200))
$(eval $(call GluonTarget,lantiq,xway))
$(eval $(call GluonTarget,mpc85xx,generic))
$(eval $(call GluonTarget,mpc85xx,p1010))
$(eval $(call GluonTarget,mpc85xx,p1020))
$(eval $(call GluonTarget,ramips,mt7620))
$(eval $(call GluonTarget,ramips,mt7621))