mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
15 lines
312 B
Makefile
15 lines
312 B
Makefile
|
#
|
||
|
# Copyright (C) 2019 OpenWrt.org
|
||
|
# Copyright (C) 2023 Yannick Chabanois (Ycarus) for OpenMPTCProuter
|
||
|
#
|
||
|
|
||
|
ARCH:=aarch64
|
||
|
SUBTARGET:=bcm2712
|
||
|
BOARDNAME:=BCM2712 boards (64 bit)
|
||
|
CPU_TYPE:=cortex-a76
|
||
|
|
||
|
define Target/Description
|
||
|
Build firmware image for BCM2712 devices.
|
||
|
This firmware features a 64 bit kernel.
|
||
|
endef
|