[openwrt/openwrt] bcm63xx: switch to Kernel 5.15 by default
LEDE Commits
lede-commits at lists.infradead.org
Sat Mar 4 10:36:58 PST 2023
noltari pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ef6f3fbc8c95e9bc2d6e86b8eef77c5cb2dc8a6d
commit ef6f3fbc8c95e9bc2d6e86b8eef77c5cb2dc8a6d
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Wed Feb 22 19:50:58 2023 +0100
bcm63xx: switch to Kernel 5.15 by default
Getting ready for the next release.
Signed-off-by: Paul Spooren <mail at aparcar.org>
---
target/linux/bcm63xx/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/bcm63xx/Makefile b/target/linux/bcm63xx/Makefile
index db71e359f6..4bcf9613d9 100644
--- a/target/linux/bcm63xx/Makefile
+++ b/target/linux/bcm63xx/Makefile
@@ -11,8 +11,7 @@ BOARDNAME:=Broadcom BCM63xx
SUBTARGETS:=generic smp
FEATURES:=squashfs usb atm pci pcmcia usbgadget
-KERNEL_PATCHVER:=5.10
-KERNEL_TESTING_PATCHVER:=5.15
+KERNEL_PATCHVER:=5.15
define Target/Description
Build firmware images for Broadcom based xDSL/routers
More information about the lede-commits
mailing list