Skip to content
Snippets Groups Projects
Commit 82244336 authored by Andreas Ziegler's avatar Andreas Ziegler
Browse files

ar71xx-generic: fix device alias for Ubiquiti UniFi AC LR

fixes #1834
fixes #1332
parent 320690d8
No related branches found
No related tags found
No related merge requests found
...@@ -409,7 +409,7 @@ device('ubiquiti-ls-sr71', 'ubnt-ls-sr71', { ...@@ -409,7 +409,7 @@ device('ubiquiti-ls-sr71', 'ubnt-ls-sr71', {
device('ubiquiti-unifi-ac-lite', 'ubnt-unifiac-lite', { device('ubiquiti-unifi-ac-lite', 'ubnt-unifiac-lite', {
factory = false, factory = false,
packages = ATH10K_PACKAGES, packages = ATH10K_PACKAGES,
aliases = {'ubiquiti-unifi-ac-lr'}, aliases = {'ubiquiti-unifi-ac-lite-mesh'},
}) })
device('ubiquiti-unifi-ac-pro', 'ubnt-unifiac-pro', { device('ubiquiti-unifi-ac-pro', 'ubnt-unifiac-pro', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment