1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Add RPI4 beta support

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-06-24 19:52:48 +02:00
parent abf18246f5
commit 5f08b288eb
155 changed files with 29237 additions and 0 deletions

View file

@ -0,0 +1,14 @@
#
# Copyright (C) 2016 OpenWrt.org
# Copyright (C) 2017 LEDE project
# Copyright (C) 2019 Ycarus (Yannick Chabanois) ycarus@zugaina.org for OpenMPTCProuter project
#
ARCH:=aarch64
SUBTARGET:=bcm2711
BOARDNAME:=BCM2711 64 bit based boards
CPU_TYPE:=cortex-a72
define Target/Description
Build firmware image for Broadcom BCM2711 64 bit SoC devices.
endef