mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
5e928acf22
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
14 lines
244 B
Makefile
14 lines
244 B
Makefile
#
|
|
# Copyright (C) 2019 OpenWrt.org
|
|
#
|
|
|
|
ARCH:=aarch64
|
|
SUBTARGET:=bcm2711
|
|
BOARDNAME:=BCM2711 boards (64 bit)
|
|
CPU_TYPE:=cortex-a72
|
|
|
|
define Target/Description
|
|
Build firmware image for BCM2711 devices.
|
|
This firmware features a 64 bit kernel.
|
|
endef
|