From 21fe93e03a2a2d4997f9f7ac82c0224673f2f4d9 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Wed, 6 Nov 2019 19:16:07 +0100 Subject: [PATCH] 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 --- targets/ar71xx-generic | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/targets/ar71xx-generic b/targets/ar71xx-generic index 161ca795..c0b59a5c 100644 --- a/targets/ar71xx-generic +++ b/targets/ar71xx-generic @@ -421,6 +421,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,