OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | # |
2 | # Copyright (C) 2016 OpenWrt.org |
||
3 | # Copyright (C) 2017 LEDE project |
||
4 | # |
||
5 | |||
6 | ARCH:=aarch64 |
||
7 | SUBTARGET:=bcm2710 |
||
8 | BOARDNAME:=BCM2710 64 bit based boards |
||
9 | CPU_TYPE:=cortex-a53 |
||
10 | |||
11 | define Target/Description |
||
12 | Build firmware image for Broadcom BCM2710 64 bit SoC devices. |
||
13 | endef |