From 842df426bfc6b0e51594a15f0ba8b4c4cdccd177 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 7 Jul 2022 21:40:02 +0200 Subject: [PATCH] ramips-mt7622: rename Ubiquiti UniFi 6 LR The Ubiquiti UniFi 6 LR now has a v2 with a different LED setup, thus the previous model was added a v1 suffix. Signed-off-by: David Bauer --- targets/mediatek-mt7622 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/targets/mediatek-mt7622 b/targets/mediatek-mt7622 index 5868d9c9..8376c397 100644 --- a/targets/mediatek-mt7622 +++ b/targets/mediatek-mt7622 @@ -6,8 +6,9 @@ device('linksys-e8450-ubi', 'linksys_e8450-ubi', { }) -device('ubiquiti-unifi-6-lr', 'ubnt_unifi-6-lr', { +device('ubiquiti-unifi-6-lr-v1', 'ubnt_unifi-6-lr-v1', { factory = false, + manifest_aliases = {'ubiquiti-unifi-6-lr'}, }) -- Xiaomi