From 3196fca3a77223fe86a1b870d92cd2959d9e03e6 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 14 Jul 2025 23:24:31 +0200 Subject: [PATCH] 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 --- 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 8f8c5aa081d..74dd3efa1f7 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