diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-04-22 08:17:13 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-09-14 16:45:06 +0200 |
commit | 67144f38e7e2bf6e973ffee3043883192fb73764 (patch) | |
tree | 945a32776660f7dd9d5eca37560fc7a79f772aa6 /target/linux/armvirt | |
parent | 4ed850fcb18ae894b10caa979bcc249eb92f5fc0 (diff) | |
download | upstream-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/Makefile | 3 |
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 |