From: David Bauer Date: Mon, 14 Oct 2019 09:16:54 +0000 (+0200) Subject: ath79: correct ar71xx boardname for UniFi AC Lite X-Git-Tag: v21.02.0-rc1~4819 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1a256470e78a90ac97f41e3335b3fc6ee827e4bc;p=openwrt%2Fstaging%2Fchunkeey.git 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 --- diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index 984b18ccae..801b0128ac 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -221,7 +221,7 @@ endef define Device/ubnt_unifiac-lite $(Device/ubnt_unifiac) DEVICE_MODEL := UniFi AC-Lite - SUPPORTED_DEVICES += ubnt-unifiac-lite + SUPPORTED_DEVICES += unifiac-lite endef TARGET_DEVICES += ubnt_unifiac-lite