[openwrt/openwrt] bcm47xx: use kernel 6.6 by default
LEDE Commits
lede-commits at lists.infradead.org
Thu Jul 4 10:32:56 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/366031d0a3e0bf65abe7b4ee873cab00bbfb12b6
commit 366031d0a3e0bf65abe7b4ee873cab00bbfb12b6
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Wed Jun 5 18:25:59 2024 +0200
bcm47xx: 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/15635
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/bcm47xx/Makefile | 3 +--
1 file changed, 1 insertion(+), 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.
More information about the lede-commits
mailing list