diff options
author | David Bauer <mail@david-bauer.net> | 2019-10-14 11:16:54 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2019-10-15 18:13:54 +0200 |
commit | 1a256470e78a90ac97f41e3335b3fc6ee827e4bc (patch) | |
tree | c2592a9588ce61b2c928c79f2c3fe4335f8ac334 /target | |
parent | 07e555d8735e8fa272e3f6abd35acc9f1ab44367 (diff) | |
download | upstream-1a256470e78a90ac97f41e3335b3fc6ee827e4bc.tar.gz upstream-1a256470e78a90ac97f41e3335b3fc6ee827e4bc.tar.bz2 upstream-1a256470e78a90ac97f41e3335b3fc6ee827e4bc.zip |
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>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/image/generic-ubnt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |