From: Paul Spooren Date: Wed, 22 Feb 2023 18:52:13 +0000 (+0100) Subject: bcm4908: switch to Kernel 5.15 by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d10503060bdf21f09677f5f27b8065da2856930a;p=openwrt%2Fstaging%2Fblocktrron.git bcm4908: switch to Kernel 5.15 by default Getting ready for the next release. Signed-off-by: Paul Spooren [rmilecki: tested on GT-AC5300: boot, sysupgrade & 940 Mbps NAT] Signed-off-by: Rafał Miłecki --- diff --git a/target/linux/bcm4908/Makefile b/target/linux/bcm4908/Makefile index 943aeb58a3..2d848b50c6 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.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 define Target/Description Build firmware images for Broadcom BCM4908 SoC family routers.