[openwrt/openwrt] bcm53xx: use kernel 6.6 by default
LEDE Commits
lede-commits at lists.infradead.org
Mon Sep 9 05:30:01 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/a1559e9d1bc32506ad82b2987e3d6eeb72a31447
commit a1559e9d1bc32506ad82b2987e3d6eeb72a31447
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Wed Aug 7 16:54:47 2024 +0200
bcm53xx: use kernel 6.6 by default
Switch to Linux kernel version 6.6.
Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16103
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/bcm53xx/Makefile | 3 +--
1 file changed, 1 insertion(+), 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.
More information about the lede-commits
mailing list