From: Petr Štetiar Date: Fri, 22 Apr 2022 06:17:13 +0000 (+0200) Subject: armvirt: make 5.15 kernel default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=67144f38e7e2bf6e973ffee3043883192fb73764;p=openwrt%2Fstaging%2Fnbd.git armvirt: make 5.15 kernel default In order to begin testing of upcoming kernel. Signed-off-by: Petr Štetiar --- diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile index 6a2587fb38..73913f4a5b 100644 --- a/target/linux/armvirt/Makefile +++ b/target/linux/armvirt/Makefile @@ -9,8 +9,7 @@ BOARDNAME:=QEMU ARM Virtual Machine FEATURES:=fpu pci rtc usb FEATURES+=cpiogz ext4 ramdisk squashfs targz -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk