summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMieczyslaw Nalewaj2024-06-05 16:25:59 +0000
committerRobert Marko2024-07-04 17:32:50 +0000
commit366031d0a3e0bf65abe7b4ee873cab00bbfb12b6 (patch)
treeb182322e042d902d4a222c804152bb5c7af1da5a
parentde223b5121332f368b2efe47689b555f1c379c3e (diff)
downloadopenwrt-366031d0a3e0bf65abe7b4ee873cab00bbfb12b6.tar.gz
bcm47xx: use kernel 6.6 by default
Switch to Linux kernel version 6.6. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/15635 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 325a207d08..428fa75e70 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:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
define Target/Description
Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM.