2
0
forked from Ivasoft/openwrt

brcm2708: add linux 4.19 support

Boot tested on Raspberry Pi B+ (BCM2708) and Raspberry Pi 2 (BCM2709)

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas
2019-07-09 20:32:28 +02:00
parent f1875e902d
commit 4295485719
723 changed files with 381768 additions and 1834 deletions

View File

@@ -1,13 +1,14 @@
#
# Copyright (C) 2015 OpenWrt.org
# Copyright (C) 2015-2019 OpenWrt.org
# Copyright (C) 2017 LEDE project
#
SUBTARGET:=bcm2709
BOARDNAME:=BCM2709/BCM2710 32 bit based boards
BOARDNAME:=BCM2709/BCM2710 boards (32 bit)
CPU_TYPE:=cortex-a7
CPU_SUBTYPE:=neon-vfpv4
define Target/Description
Build firmware image for Broadcom BCM2709/BCM2710 32 bit SoC devices.
Build firmware image for BCM2709/BCM2710 devices.
This firmware features a 32 bit kernel.
endef