Initial commit
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled

This commit is contained in:
domenico
2025-06-24 12:51:15 +02:00
commit 27c9d80f51
10493 changed files with 1885777 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# CONFIG_BCM47XX_SSB is not set
CONFIG_BGMAC=y
CONFIG_BGMAC_BCMA=y
CONFIG_BOUNCE=y
CONFIG_CPU_HAS_DIEI=y
CONFIG_CPU_HAS_RIXI=y
# CONFIG_CPU_MIPS32_R1 is not set
CONFIG_CPU_MIPS32_R2=y
CONFIG_CPU_MIPSR2=y
CONFIG_CPU_SUPPORTS_MSA=y
# CONFIG_GPIO_WDT is not set
CONFIG_HIGHMEM=y
CONFIG_KMAP_LOCAL=y
CONFIG_MIPS_SPRAM=y
# CONFIG_SSB is not set
CONFIG_TARGET_ISA_REV=2

View File

@@ -0,0 +1,16 @@
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2014 OpenWrt.org
define Profile/Broadcom-mips74k-b43
NAME:=Broadcom SoC, BCM43xx WiFi (b43)
PACKAGES:=kmod-b43
endef
define Profile/Broadcom-mips74k-b43/Description
Package set for devices with BCM43xx WiFi including mac80211 and b43
driver.
endef
$(eval $(call Profile,Broadcom-mips74k-b43))

View File

@@ -0,0 +1,16 @@
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2014 OpenWrt.org
define Profile/Broadcom-mips74k-brcmsmac
NAME:=Broadcom SoC, BCM43xx WiFi (brcmsmac)
PACKAGES:=kmod-brcmsmac
endef
define Profile/Broadcom-mips74k-brcmsmac/Description
Package set for devices with BCM43xx WiFi including mac80211 and
brcmsmac driver.
endef
$(eval $(call Profile,Broadcom-mips74k-brcmsmac))

View File

@@ -0,0 +1,15 @@
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2014 OpenWrt.org
define Profile/Broadcom-mips74k-none
NAME:=Broadcom SoC, No WiFi
PACKAGES:=-wpad-basic-mbedtls
endef
define Profile/Broadcom-mips74k-none/Description
Package set for devices without a WiFi.
endef
$(eval $(call Profile,Broadcom-mips74k-none))

View File

@@ -0,0 +1,9 @@
BOARDNAME:=MIPS 74K
CPU_TYPE:=74kc
DEFAULT_PACKAGES += wpad-basic-mbedtls
define Target/Description
Build firmware for Broadcom BCM47xx and BCM53xx devices with
MIPS 74K CPU.
endef