mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-13 03:41:54 +00:00
12 lines
231 B
Makefile
12 lines
231 B
Makefile
|
|
SUBTARGET:=generic
|
|
BOARDNAME:=QTI IPQ60xx(64bit) based boards
|
|
CPU_TYPE:=cortex-a53
|
|
KERNELNAME:=Image dtbs
|
|
|
|
DEFAULT_PACKAGES += \
|
|
sysupgrade-helper
|
|
|
|
define Target/Description
|
|
Build firmware image for IPQ60xx 64 bit system.
|
|
endef
|