mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
1f53b7fb75
Its been a while since we added ipq60xx as source-only, it is now quite usable so lets remove the source-only flag to start building official images. I also plan to merge additional popular boards rather soon. Link: https://github.com/openwrt/openwrt/pull/17065 Signed-off-by: Robert Marko <robimarko@gmail.com>
8 lines
198 B
Makefile
8 lines
198 B
Makefile
SUBTARGET:=ipq60xx
|
|
BOARDNAME:=Qualcomm Atheros IPQ60xx
|
|
DEFAULT_PACKAGES += ath11k-firmware-ipq6018
|
|
|
|
define Target/Description
|
|
Build firmware images for Qualcomm Atheros IPQ60xx based boards.
|
|
endef
|