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 <freifunk@adrianschmutzler.de>
Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer 2019-10-14 11:16:54 +02:00
parent 07e555d873
commit 1a256470e7

View File

@ -221,7 +221,7 @@ endef
define Device/ubnt_unifiac-lite define Device/ubnt_unifiac-lite
$(Device/ubnt_unifiac) $(Device/ubnt_unifiac)
DEVICE_MODEL := UniFi AC-Lite DEVICE_MODEL := UniFi AC-Lite
SUPPORTED_DEVICES += ubnt-unifiac-lite SUPPORTED_DEVICES += unifiac-lite
endef endef
TARGET_DEVICES += ubnt_unifiac-lite TARGET_DEVICES += ubnt_unifiac-lite