From b058da3a7b647100c5e2e8868692322473fd0055 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Mon, 14 Oct 2019 11:16:54 +0200 Subject: [PATCH] ath79: correct ar71xx boardname for UniFi AC Lite This corrects the additional boardname for the image metadata to the one used in ar71xx. The previously present additional entry was never used on a running system. Reviewed-by: Adrian Schmutzler Signed-off-by: David Bauer (cherry picked from commit 1a256470e78a90ac97f41e3335b3fc6ee827e4bc) Signed-off-by: David Bauer --- target/linux/ath79/image/generic-ubnt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index ac3b935900..a07aa81779 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -173,7 +173,7 @@ endef define Device/ubnt_unifiac-lite $(Device/ubnt_unifiac) DEVICE_TITLE := Ubiquiti UniFi AC-Lite - SUPPORTED_DEVICES += ubnt-unifiac-lite + SUPPORTED_DEVICES += unifiac-lite endef TARGET_DEVICES += ubnt_unifiac-lite