mediatek-mt7622: add support for Ubiquiti UniFi 6 LR

Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer 2021-06-29 00:43:31 +02:00
parent 260a75cd59
commit 3d94a09e96
3 changed files with 11 additions and 0 deletions

View File

@ -123,6 +123,13 @@ lantiq-xway
- DGN3500B [#lan_as_wan]_
mediatek-mt7622
---------------
* Ubiquiti
- UniFi 6 LR
mpc85xx-generic
---------------

3
targets/mediatek-mt7622 Normal file
View File

@ -0,0 +1,3 @@
device('ubiquiti-unifi-6-lr', 'ubnt_unifi-6-lr', {
factory = false,
})

View File

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