From 6fd8e0f943a0e8216daf238e015b6a311512d4ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sun, 9 Apr 2023 21:01:11 +0200 Subject: bmips: add subtargets for each SoC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BMIPS is a generic arch that can be used for multiple Broadcom SoCs, each one with its own specific drivers, so instead of having a huge kernel supporting all of them, let's switch to a subtarget per SoC like other OpenWrt targets. Signed-off-by: Álvaro Fernández Rojas --- target/linux/bmips/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/bmips/Makefile') diff --git a/target/linux/bmips/Makefile b/target/linux/bmips/Makefile index fa648665d9..0de5377f4e 100644 --- a/target/linux/bmips/Makefile +++ b/target/linux/bmips/Makefile @@ -6,7 +6,7 @@ ARCH:=mips CPU_TYPE:=mips32 BOARD:=bmips BOARDNAME:=Broadcom BMIPS -SUBTARGETS:=generic nand +SUBTARGETS:=bcm6318 bcm6328 bcm6358 bcm6362 bcm6368 bcm63268 FEATURES:=gpio source-only squashfs usb KERNEL_PATCHVER:=5.15 -- cgit v1.2.3