From 2aca88ef8d982f266d05e55a06554811a209481e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Tue, 30 May 2023 20:51:32 +0200 Subject: [PATCH] bmips: enable testing kernel version with 6.1 version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Enable testing kernel version with 6.1 kernel version. Signed-off-by: Álvaro Fernández Rojas --- target/linux/bmips/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/bmips/Makefile b/target/linux/bmips/Makefile index d5f437fbd4..f45a70c289 100644 --- a/target/linux/bmips/Makefile +++ b/target/linux/bmips/Makefile @@ -10,6 +10,7 @@ SUBTARGETS:=bcm6318 bcm6328 bcm6358 bcm6362 bcm6368 bcm63268 FEATURES:=gpio squashfs usb KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 define Target/Description Build firmware images for BCM33xx cable modem chips, -- 2.30.2