mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +00:00
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
|