Skip to content

Commit

Permalink
mediatek-mt7622: add support for Ubiquiti UniFi 6 LR v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Djfe committed Sep 13, 2023
1 parent 251392b commit 16d0c66
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -300,7 +300,7 @@ mediatek-mt7622

* Ubiquiti

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

* Xiaomi

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


-- Ubiquiti

device('ubiquiti-unifi-6-lr-v1', 'ubnt_unifi-6-lr-v1', {
factory = false,
-- old name from OpenWrt 22.03.x
manifest_aliases = {'ubiquiti-unifi-6-lr'},
})

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

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


-- Xiaomi

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

0 comments on commit 16d0c66

Please sign in to comment.