Skip to content

Commit

Permalink
ath79: change Ubiquiti UniFi AP model name to include "AP"
Browse files Browse the repository at this point in the history
While it hasn't always been clear whether the "AP" is part of the model
name on the Ubiquiti website, we include it for all other pre-AC
variants (AP Pro and the AP Outdoor+). Add it to the original UniFi AP
as well for consistency.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
  • Loading branch information
neocturne committed Mar 24, 2022
1 parent 2a02b70 commit dc23df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion target/linux/ath79/dts/ar7241_ubnt_unifi.dts
Expand Up @@ -4,7 +4,7 @@

/ {
compatible = "ubnt,unifi", "qca,ar7241";
model = "Ubiquiti UniFi";
model = "Ubiquiti UniFi AP";

aliases {
label-mac-device = &eth0;
Expand Down
2 changes: 1 addition & 1 deletion target/linux/ath79/image/generic-ubnt.mk
Expand Up @@ -419,7 +419,7 @@ TARGET_DEVICES += ubnt_routerstation-pro

define Device/ubnt_unifi
$(Device/ubnt-bz)
DEVICE_MODEL := UniFi
DEVICE_MODEL := UniFi AP
SUPPORTED_DEVICES += unifi
endef
TARGET_DEVICES += ubnt_unifi
Expand Down

0 comments on commit dc23df8

Please sign in to comment.