diff options
| author | Mathew McBride | 2025-03-18 04:42:13 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-06-04 18:18:27 +0000 |
| commit | 1304d8b064143788a5953165993ff3d2a3268e34 (patch) | |
| tree | 067fae75e40bd49e7271974f0f262cb50c10f331 | |
| parent | fb6a28815e30d3a74d98b0241eace14bb40d3f5f (diff) | |
| download | openwrt-1304d8b064143788a5953165993ff3d2a3268e34.tar.gz | |
armsr: enable 6.12 as a testing kernel version
Allow the armsr target to be built with a 6.12 kernel
when CONFIG_TESTING_KERNEL is set.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
Link: https://github.com/openwrt/openwrt/pull/18849
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/armsr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/armsr/Makefile b/target/linux/armsr/Makefile index 02b0eda607..8f8c5aa081 100644 --- a/target/linux/armsr/Makefile +++ b/target/linux/armsr/Makefile @@ -10,7 +10,7 @@ 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 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += mkf2fs e2fsprogs |