From: Mieczyslaw Nalewaj Date: Fri, 29 Mar 2024 10:47:13 +0000 (+0100) Subject: bcm47xx: default to kernel 6.1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f75b530d20be087ef97d7e5043f8d92283b8d862;p=openwrt%2Fstaging%2Fthess.git bcm47xx: default to kernel 6.1 Default to kernel 6.1 on bcm47xx. Signed-off-by: Mieczyslaw Nalewaj Link: https://github.com/openwrt/openwrt/pull/15010 Signed-off-by: Robert Marko --- diff --git a/target/linux/bcm47xx/Makefile b/target/linux/bcm47xx/Makefile index 22fc36e9b1..c4ed66b54f 100644 --- a/target/linux/bcm47xx/Makefile +++ b/target/linux/bcm47xx/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=Broadcom BCM47xx/53xx (MIPS) FEATURES:=squashfs usb SUBTARGETS:=generic mips74k legacy -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 define Target/Description Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM.