|
|
@@ -84,6 +84,15 @@ define Device/ubnt_nano-m
|
|
|
endef
|
|
|
TARGET_DEVICES += ubnt_nano-m
|
|
|
|
|
|
+define Device/ubnt_lap-120
|
|
|
+ $(Device/ubnt-wa)
|
|
|
+ DEVICE_TITLE := Ubiquiti LiteAP ac (LAP-120)
|
|
|
+ DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x
|
|
|
+ IMAGE_SIZE := 15744k
|
|
|
+ IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
|
|
|
+endef
|
|
|
+TARGET_DEVICES += ubnt_lap-120
|
|
|
+
|
|
|
define Device/ubnt_nanostation-ac
|
|
|
$(Device/ubnt-wa)
|
|
|
DEVICE_TITLE := Ubiquiti Nanostation AC
|