summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMieczyslaw Nalewaj2024-08-07 14:54:47 +0000
committerRobert Marko2024-09-09 12:29:58 +0000
commita1559e9d1bc32506ad82b2987e3d6eeb72a31447 (patch)
tree72af73413994330e489047ab3f2a3783205ff2f7
parentf61fb07675631c5615f816479cc638c7b1d7acd4 (diff)
downloadopenwrt-a1559e9d1bc32506ad82b2987e3d6eeb72a31447.tar.gz
bcm53xx: 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/16103 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/bcm53xx/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile
index 5b778454fa..b858d2fdbb 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:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
define Target/Description
Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS.