mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
23deb4ac90
Introduce support for the Qualcomm IPQ60xx SoC. WiFi support still has to be handled and correctly fix hence this is currently marked as source-only to have a solid base to progress on correct support of this and hope Upstream QUIC publish newers ath11k drivers for this SoC. Co-developed-by: Robert Marko <robimarko@gmail.com> Signed-off-by: Robert Marko <robimarko@gmail.com> Signed-off-by: Mantas Pucka <mantas@8devices.com> [ improve commit description, add SoB for Robert, make it source-only ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
9 lines
222 B
Makefile
9 lines
222 B
Makefile
SUBTARGET:=ipq60xx
|
|
FEATURES += source-only
|
|
BOARDNAME:=Qualcomm Atheros IPQ60xx
|
|
DEFAULT_PACKAGES += ath11k-firmware-ipq6018
|
|
|
|
define Target/Description
|
|
Build firmware images for Qualcomm Atheros IPQ60xx based boards.
|
|
endef
|