From: Paul Spooren Date: Wed, 22 Feb 2023 18:48:25 +0000 (+0100) Subject: bcm53xx: switch to Kernel 5.15 by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9cbc83726e3dc2d7cdc603030d0a63e4bc3f18ff;p=openwrt%2Fstaging%2Fnbd.git bcm53xx: switch to Kernel 5.15 by default Getting ready for the next release. Signed-off-by: Paul Spooren Tested-by: Rafał Miłecki --- diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index 605baeac35..49d179c34c 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -11,8 +11,7 @@ FEATURES:=squashfs nand usb pci pcie gpio pwm CPU_TYPE:=cortex-a9 SUBTARGETS:=generic -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 define Target/Description Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS.