summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMieczyslaw Nalewaj2024-03-29 10:47:13 +0000
committerRobert Marko2024-06-03 15:57:54 +0000
commitf75b530d20be087ef97d7e5043f8d92283b8d862 (patch)
treea364ab862acaf34f9b7feda9bb98005e7652ac36
parent29aa1a94c4a6cde1573df0752587a2744c26226d (diff)
downloadopenwrt-f75b530d20be087ef97d7e5043f8d92283b8d862.tar.gz
bcm47xx: default to kernel 6.1
Default to kernel 6.1 on bcm47xx. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/15010 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/bcm47xx/Makefile3
1 files changed, 1 insertions, 2 deletions
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.