From: Aleksander Jan Bajkowski Date: Mon, 21 Mar 2022 18:09:32 +0000 (+0100) Subject: armvirt: add 5.15 as testing kernel X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=848f112c91b54e1f7e3a591a5e4b5de8b3aa256b;p=openwrt%2Fstaging%2Fnbd.git armvirt: add 5.15 as testing kernel Add 5.15 as testing kernel. Signed-off-by: Aleksander Jan Bajkowski --- diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile index 21d8f04d9e..6a2587fb38 100644 --- a/target/linux/armvirt/Makefile +++ b/target/linux/armvirt/Makefile @@ -10,6 +10,7 @@ FEATURES:=fpu pci rtc usb FEATURES+=cpiogz ext4 ramdisk squashfs targz KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk