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>
This commit is contained in:
parent
e3389e2783
commit
3196fca3a7
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue