From 4aff8d0d528a54d945417133e4d524a76c9d1337 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Thu, 28 Mar 2024 12:01:44 +0100 Subject: [PATCH] bcm4908: switch to the kernel 6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Tested on Netgear R8000P and TP-Link Archer C2300. Signed-off-by: Rafał Miłecki --- target/linux/bcm4908/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/bcm4908/Makefile b/target/linux/bcm4908/Makefile index 45b4a62f2f..d515912829 100644 --- a/target/linux/bcm4908/Makefile +++ b/target/linux/bcm4908/Makefile @@ -9,8 +9,7 @@ FEATURES:=squashfs nand usb gpio CPU_TYPE:=cortex-a53 SUBTARGETS:=generic -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 define Target/Description Build firmware images for Broadcom BCM4908 SoC family routers. -- 2.30.2