[openwrt/openwrt] armsr: use kernel 6.12 by default
LEDE Commits
lede-commits at lists.infradead.org
Sat Jul 19 09:50:28 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/3196fca3a77223fe86a1b870d92cd2959d9e03e6
commit 3196fca3a77223fe86a1b870d92cd2959d9e03e6
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Jul 14 23:24:31 2025 +0200
armsr: use kernel 6.12 by default
Switch to Linux kernel version 6.12.
Link: https://github.com/openwrt/openwrt/pull/19413
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/armsr/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/armsr/Makefile b/target/linux/armsr/Makefile
index 8f8c5aa081..74dd3efa1f 100644
--- a/target/linux/armsr/Makefile
+++ b/target/linux/armsr/Makefile
@@ -9,8 +9,7 @@ BOARDNAME:=Arm SystemReady (EFI) compliant
FEATURES:=fpu pci pcie rtc usb boot-part rootfs-part
FEATURES+=cpiogz ext4 ramdisk squashfs targz vmdk
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += mkf2fs e2fsprogs
More information about the lede-commits
mailing list