mpc85xx: update profile names

This commit is contained in:
David Bauer 2019-11-28 08:21:28 +01:00
parent df78d58d35
commit 0bfa4417dd
4 changed files with 5 additions and 5 deletions

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))