From 166d28ffeaa87de67e404258befbe56a4375ac97 Mon Sep 17 00:00:00 2001 From: Goetz Goerisch Date: Mon, 24 Jun 2024 22:11:13 +0200 Subject: [PATCH] bmips: add 6.6 kernel as testing enable testing kernel version 6.6 for bmips Signed-off-by: Goetz Goerisch --- target/linux/bmips/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/bmips/Makefile b/target/linux/bmips/Makefile index c391e4b785..aa700adbfa 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:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 define Target/Description Build firmware images for BCM33xx cable modem chips, -- 2.30.2