mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
13 lines
231 B
Makefile
13 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
|