Skip to content

Commit

Permalink
mediatek-mt7622: add support for Ubiquiti UniFi 6 LR v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Djfe committed Oct 18, 2023
1 parent f53efd9 commit d291fdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ mediatek-mt7622

* Ubiquiti

- UniFi 6 LR (v1)
- UniFi 6 LR (v1, v2)

* Xiaomi

Expand Down
6 changes: 6 additions & 0 deletions targets/mediatek-mt7622
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ device('linksys-e8450-ubi', 'linksys_e8450-ubi', {
sysupgrade_ext = '.itb',
})

-- Ubiquiti

device('ubiquiti-unifi-6-lr-v1', 'ubnt_unifi-6-lr-v1', {
factory = false,
manifest_aliases = {'ubiquiti-unifi-6-lr'},
})

device('ubiquiti-unifi-6-lr-v2', 'ubnt_unifi-6-lr-v2', {
factory = false,
})


-- Xiaomi

device('xiaomi-redmi-router-ax6s', 'xiaomi_redmi-router-ax6s', {
Expand Down

0 comments on commit d291fdd

Please sign in to comment.