Skip to content
Snippets Groups Projects
Commit 18dd7647 authored by David Bauer's avatar David Bauer Committed by David Bauer
Browse files

ar71xx-generic: add dedicated UniFi AC LR image

As upstream now has model detection for the Ubiquiti UniFi AC LR, we
need to provide an autoupdater image matching the expected filename.

Closes #1834
parent f700fb26
No related branches found
No related tags found
No related merge requests found
...@@ -430,6 +430,11 @@ device('ubiquiti-unifi-ac-lite', 'ubnt-unifiac-lite', { ...@@ -430,6 +430,11 @@ device('ubiquiti-unifi-ac-lite', 'ubnt-unifiac-lite', {
aliases = {'ubiquiti-unifi-ac-lite-mesh'}, aliases = {'ubiquiti-unifi-ac-lite-mesh'},
}) })
device('ubiquiti-unifi-ac-lr', 'ubnt-unifiac-lr', {
factory = false,
packages = ATH10K_PACKAGES,
})
device('ubiquiti-unifi-ac-pro', 'ubnt-unifiac-pro', { device('ubiquiti-unifi-ac-pro', 'ubnt-unifiac-pro', {
factory = false, factory = false,
packages = ATH10K_PACKAGES, packages = ATH10K_PACKAGES,
......
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