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:
parent
abf18246f5
commit
5f08b288eb
155 changed files with 29237 additions and 0 deletions
14
root/target/linux/brcm2708/bcm2711/target.mk
Normal file
14
root/target/linux/brcm2708/bcm2711/target.mk
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue