[openwrt/openwrt] armsr: add kernel 6.6 as a testing target
LEDE Commits
lede-commits at lists.infradead.org
Tue May 7 05:02:30 PDT 2024
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5744205eb623d4a38decb4e6973cec0ec84e02d3
commit 5744205eb623d4a38decb4e6973cec0ec84e02d3
Author: Mathew McBride <matt at traverse.com.au>
AuthorDate: Wed Mar 13 12:34:03 2024 +1100
armsr: add kernel 6.6 as a testing target
Add kernel 6.6 for testing.
Signed-off-by: Mathew McBride <matt at traverse.com.au>
---
target/linux/armsr/Makefile | 1 +
1 file changed, 1 insertion(+)
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
More information about the lede-commits
mailing list