aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/armvirt
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2022-04-22 08:17:13 +0200
committerPetr Štetiar <ynezz@true.cz>2022-09-14 16:45:06 +0200
commit67144f38e7e2bf6e973ffee3043883192fb73764 (patch)
tree945a32776660f7dd9d5eca37560fc7a79f772aa6 /target/linux/armvirt
parent4ed850fcb18ae894b10caa979bcc249eb92f5fc0 (diff)
downloadupstream-67144f38e7e2bf6e973ffee3043883192fb73764.tar.gz
upstream-67144f38e7e2bf6e973ffee3043883192fb73764.tar.bz2
upstream-67144f38e7e2bf6e973ffee3043883192fb73764.zip
armvirt: make 5.15 kernel default
In order to begin testing of upcoming kernel. Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/armvirt')
-rw-r--r--target/linux/armvirt/Makefile3
1 files changed, 1 insertions, 2 deletions
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