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