From 2c824b461510c216429e91e55b2de96952c42690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sun, 9 Apr 2023 21:06:54 +0200 Subject: bmips: remove source-only flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bmips target is now more stable and it's time to start generating buildbot images in order to receive a wider testing, which will be essential to replace bcm63xx target in the future. Signed-off-by: Álvaro Fernández Rojas --- target/linux/bmips/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux') diff --git a/target/linux/bmips/Makefile b/target/linux/bmips/Makefile index 0de5377f4e..d5f437fbd4 100644 --- a/target/linux/bmips/Makefile +++ b/target/linux/bmips/Makefile @@ -7,7 +7,7 @@ CPU_TYPE:=mips32 BOARD:=bmips BOARDNAME:=Broadcom BMIPS SUBTARGETS:=bcm6318 bcm6328 bcm6358 bcm6362 bcm6368 bcm63268 -FEATURES:=gpio source-only squashfs usb +FEATURES:=gpio squashfs usb KERNEL_PATCHVER:=5.15 -- cgit v1.2.3