mpc85xx: update profile names
This commit is contained in:
parent
7f86f8494b
commit
763a413367
10
.github/workflows/build-gluon.yml
vendored
10
.github/workflows/build-gluon.yml
vendored
@ -333,8 +333,8 @@ jobs:
|
|||||||
name: lantiq-xway_output
|
name: lantiq-xway_output
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
mpc85xx-generic:
|
mpc85xx-p1010:
|
||||||
name: mpc85xx-generic
|
name: mpc85xx-p1010
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
@ -349,7 +349,7 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: sudo contrib/actions/install-dependencies.sh
|
run: sudo contrib/actions/install-dependencies.sh
|
||||||
- name: Build
|
- name: Build
|
||||||
run: contrib/actions/run-build.sh mpc85xx-generic
|
run: contrib/actions/run-build.sh mpc85xx-p1010
|
||||||
- name: Create cache to save
|
- name: Create cache to save
|
||||||
if: steps.cache-dl.outputs.cache-hit != 'true'
|
if: steps.cache-dl.outputs.cache-hit != 'true'
|
||||||
run: mkdir dl_target; mv openwrt/dl/* dl_target/; find dl_target/ -size +20M -delete
|
run: mkdir dl_target; mv openwrt/dl/* dl_target/; find dl_target/ -size +20M -delete
|
||||||
@ -357,12 +357,12 @@ jobs:
|
|||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: mpc85xx-generic_logs
|
name: mpc85xx-p1010_logs
|
||||||
path: openwrt/logs
|
path: openwrt/logs
|
||||||
- name: Archive build output
|
- name: Archive build output
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: mpc85xx-generic_output
|
name: mpc85xx-p1010_output
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
mpc85xx-p1020:
|
mpc85xx-p1020:
|
||||||
|
@ -1 +0,0 @@
|
|||||||
device('tp-link-tl-wdr4900-v1', 'tl-wdr4900-v1')
|
|
1
targets/mpc85xx-p1010
Normal file
1
targets/mpc85xx-p1010
Normal file
@ -0,0 +1 @@
|
|||||||
|
device('tp-link-tl-wdr4900-v1', 'tplink_tl-wdr4900-v1')
|
@ -1,20 +1,20 @@
|
|||||||
-- Aerohive
|
-- Aerohive
|
||||||
|
|
||||||
device('aerohive-hiveap-330', 'hiveap-330', {
|
device('aerohive-hiveap-330', 'aerohive_hiveap-330', {
|
||||||
factory = false,
|
factory = false,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
-- Enterasys
|
-- Enterasys
|
||||||
|
|
||||||
device('enterasys-ws-ap3710i', 'ws-ap3710i', {
|
device('enterasys-ws-ap3710i', 'enterasys_ws-ap3710i', {
|
||||||
factory = false,
|
factory = false,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
-- OCEDO
|
-- OCEDO
|
||||||
|
|
||||||
device('ocedo-panda', 'panda', {
|
device('ocedo-panda', 'ocedo_panda', {
|
||||||
factory = false,
|
factory = false,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ $(eval $(call GluonTarget,ipq40xx,generic))
|
|||||||
$(eval $(call GluonTarget,ipq806x,generic))
|
$(eval $(call GluonTarget,ipq806x,generic))
|
||||||
$(eval $(call GluonTarget,lantiq,xrx200))
|
$(eval $(call GluonTarget,lantiq,xrx200))
|
||||||
$(eval $(call GluonTarget,lantiq,xway))
|
$(eval $(call GluonTarget,lantiq,xway))
|
||||||
$(eval $(call GluonTarget,mpc85xx,generic))
|
$(eval $(call GluonTarget,mpc85xx,p1010))
|
||||||
$(eval $(call GluonTarget,mpc85xx,p1020))
|
$(eval $(call GluonTarget,mpc85xx,p1020))
|
||||||
$(eval $(call GluonTarget,ramips,mt7620))
|
$(eval $(call GluonTarget,ramips,mt7620))
|
||||||
$(eval $(call GluonTarget,ramips,mt7621))
|
$(eval $(call GluonTarget,ramips,mt7621))
|
||||||
|
Loading…
Reference in New Issue
Block a user