mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
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>
This commit is contained in:
parent
50e1f3d84d
commit
75dffdc8cf
8
target/linux/ath79/dts/ar7241_ubnt_unifi-ap-lr.dts
Normal file
8
target/linux/ath79/dts/ar7241_ubnt_unifi-ap-lr.dts
Normal file
@ -0,0 +1,8 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include "ar7241_ubnt_unifi-ap.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "ubnt,unifi", "qca,ar7241";
|
||||
model = "Ubiquiti UniFi AP LR";
|
||||
};
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user