[openwrt/openwrt] armvirt: make 5.15 kernel default

LEDE Commits lede-commits at lists.infradead.org
Wed Sep 14 07:46:01 PDT 2022


ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/67144f38e7e2bf6e973ffee3043883192fb73764

commit 67144f38e7e2bf6e973ffee3043883192fb73764
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Fri Apr 22 08:17:13 2022 +0200

    armvirt: make 5.15 kernel default
    
    In order to begin testing of upcoming kernel.
    
    Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
 target/linux/armvirt/Makefile | 3 +--
 1 file changed, 1 insertion(+), 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
 




More information about the lede-commits mailing list