From 8307c2fe686ded345c80318359d5b6679e581fa2 Mon Sep 17 00:00:00 2001 From: "P.Wassi" Date: Wed, 11 May 2016 09:40:00 +0200 Subject: ar71xx: Add support for Ubiquiti UniFi AP AC PRO Add support for the Ubiquiti UniFi AP AC PRO Signed-off-by: P.Wassi --- target/linux/ar71xx/generic/profiles/ubnt.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target/linux/ar71xx/generic/profiles') diff --git a/target/linux/ar71xx/generic/profiles/ubnt.mk b/target/linux/ar71xx/generic/profiles/ubnt.mk index eac02406bb..69b83985bd 100644 --- a/target/linux/ar71xx/generic/profiles/ubnt.mk +++ b/target/linux/ar71xx/generic/profiles/ubnt.mk @@ -49,6 +49,17 @@ endef $(eval $(call Profile,UBNTUNIFIACLITE)) +define Profile/UBNTUNIFIACPRO + NAME:=Ubiquiti UniFi AP AC PRO + PACKAGES:=kmod-ath10k ath10k-firmware-qca988x kmod-usb-core kmod-usb-ohci kmod-usb2 +endef + +define Profile/UBNTUNIFIACPRO/Description + Package set optimized for the Ubiquiti UniFi AP AC PRO. +endef + +$(eval $(call Profile,UBNTUNIFIACPRO)) + define Profile/UBNTUNIFIOUTDOOR NAME:=Ubiquiti UniFiAP Outdoor PACKAGES:= -- cgit v1.2.3