mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
83314c13d0
Now that qualcommax exists as a target and dependencies have been updated let move ipq807x support to subtarget of qualcommax. This is mostly copy/paste with the exception of having to update SSDK and NSS-DP to use CONFIG_TARGET_SUBTARGET. This is a preparation for later addition of IPQ60xx and IPQ50xx support. Signed-off-by: Robert Marko <robimarko@gmail.com>
8 lines
216 B
Makefile
8 lines
216 B
Makefile
SUBTARGET:=ipq807x
|
|
BOARDNAME:=Qualcomm Atheros IPQ807x
|
|
DEFAULT_PACKAGES += kmod-phy-aquantia ath11k-firmware-ipq8074
|
|
|
|
define Target/Description
|
|
Build firmware images for Qualcomm Atheros IPQ807x based boards.
|
|
endef
|