Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mediatek-mt7622: add support for Ubiquiti UniFi 6 LR v3 #2982

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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, v3)

* Xiaomi

Expand Down
8 changes: 8 additions & 0 deletions targets/mediatek-mt7622
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@ 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-v3', 'ubnt_unifi-6-lr-v3', {
factory = false,
})


-- Xiaomi

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