diff options
author | Mathew McBride <matt@traverse.com.au> | 2024-03-13 12:34:03 +1100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2024-05-07 13:01:19 +0100 |
commit | 5744205eb623d4a38decb4e6973cec0ec84e02d3 (patch) | |
tree | 24b5984ba1d99f301296a2511078704709456955 | |
parent | fb29f702af87715cd94a3e708b0ec1b493106b29 (diff) |
armsr: add kernel 6.6 as a testing target
Add kernel 6.6 for testing.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
-rw-r--r-- | target/linux/armsr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/armsr/Makefile b/target/linux/armsr/Makefile index 7de77decb5..c2e57e52da 100644 --- a/target/linux/armsr/Makefile +++ b/target/linux/armsr/Makefile @@ -10,6 +10,7 @@ FEATURES:=fpu pci pcie rtc usb boot-part rootfs-part FEATURES+=cpiogz ext4 ramdisk squashfs targz vmdk KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk |