mediatek-mt7622: add support for Linksys E8450 (#2565)

This commit is contained in:
Maximilian Baumgartner 2022-07-03 19:35:14 +02:00 committed by GitHub
parent a1ce26be8f
commit 6269ab21c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -226,6 +226,10 @@ lantiq-xway
mediatek-mt7622
---------------
* Linksys
- E8450
* Ubiquiti
- UniFi 6 LR

View File

@ -1,3 +1,11 @@
-- Linksys
device('linksys-e8450-ubi', 'linksys_e8450-ubi', {
factory = false,
sysupgrade_ext = '.itb',
})
device('ubiquiti-unifi-6-lr', 'ubnt_unifi-6-lr', {
factory = false,
})