diff options
author | Jan-Niklas Burfeind <git@aiyionpri.me> | 2022-07-11 22:43:00 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-08-06 20:15:30 +0200 |
commit | 75dffdc8cf78ecbb73b25169ba6ad05fff48acaf (patch) | |
tree | ed8b8fe1c98fca56211c931f16ac72d67e312ff9 /target/linux/ath79/image | |
parent | 50e1f3d84db6fce48dd094f31cb55197db4c0d55 (diff) | |
download | upstream-75dffdc8cf78ecbb73b25169ba6ad05fff48acaf.tar.gz upstream-75dffdc8cf78ecbb73b25169ba6ad05fff48acaf.tar.bz2 upstream-75dffdc8cf78ecbb73b25169ba6ad05fff48acaf.zip |
ath79: add variant UniFi AP LR
The hardware difference is the antenna which has a higher gain compared
to the original UniFi AP.
The variant was supported before in ar71xx.
Signed-off-by: Jan-Niklas Burfeind <git@aiyionpri.me>
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/generic-ubnt.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index e6a6de48f0..fe158e584b 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -217,6 +217,14 @@ define Device/ubnt_unifi-ap endef TARGET_DEVICES += ubnt_unifi-ap +define Device/ubnt_unifi-ap-lr + $(Device/ubnt-bz) + DEVICE_MODEL := UniFi AP + DEVICE_VARIANT := LR + SUPPORTED_DEVICES += unifi ubnt,unifi ubnt,unifi-ap +endef +TARGET_DEVICES += ubnt_unifi-ap-lr + define Device/ubnt_unifiac DEVICE_VENDOR := Ubiquiti SOC := qca9563 |