Initial commit

This commit is contained in:
domenico
2025-06-24 15:51:28 +02:00
commit 22031d9dab
6862 changed files with 1462554 additions and 0 deletions

View File

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