[openwrt/openwrt] bcm27xx: use kernel 6.12 by default
LEDE Commits
lede-commits at lists.infradead.org
Wed May 21 05:30:41 PDT 2025
noltari pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/e3dc5a52ff7deec361837969319b844a37521cf5
commit e3dc5a52ff7deec361837969319b844a37521cf5
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Wed May 21 14:07:39 2025 +0200
bcm27xx: use kernel 6.12 by default
Switch to Linux kernel version 6.12.
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
target/linux/bcm27xx/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/bcm27xx/Makefile b/target/linux/bcm27xx/Makefile
index eccb91b199..fa9811f205 100644
--- a/target/linux/bcm27xx/Makefile
+++ b/target/linux/bcm27xx/Makefile
@@ -11,8 +11,7 @@ BOARDNAME:=Broadcom BCM27xx
FEATURES:=audio boot-part display ext4 fpu gpio rootfs-part rtc squashfs usb usbgadget
SUBTARGETS:=bcm2708 bcm2709 bcm2710 bcm2711 bcm2712
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
define Target/Description
Build firmware image for Broadcom BCM27xx SoC devices.
More information about the lede-commits
mailing list