diff options
| author | Hauke Mehrtens | 2025-07-14 21:24:31 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-19 16:49:28 +0000 |
| commit | 3196fca3a77223fe86a1b870d92cd2959d9e03e6 (patch) | |
| tree | fda6b4d278b84e56aaf67875376d4b5e1c9d2cf6 | |
| parent | e3389e2783689f4cb3a85413cc4d9bc951ffb79b (diff) | |
| download | openwrt-3196fca3a77223fe86a1b870d92cd2959d9e03e6.tar.gz | |
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@hauke-m.de>
| -rw-r--r-- | target/linux/armsr/Makefile | 3 |
1 files changed, 1 insertions, 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 |