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
This commit is contained in:
David Bauer 2019-11-06 19:16:07 +01:00 committed by David Bauer
parent f700fb26d8
commit 18dd76471c
1 changed files with 5 additions and 0 deletions

View File

@ -430,6 +430,11 @@ device('ubiquiti-unifi-ac-lite', 'ubnt-unifiac-lite', {
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', {
factory = false,
packages = ATH10K_PACKAGES,