Przeglądaj źródła

armvirt: make 5.15 kernel default

In order to begin testing of upcoming kernel.

Signed-off-by: Petr Štetiar <[email protected]>
Petr Štetiar 3 lat temu
rodzic
commit
67144f38e7
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      target/linux/armvirt/Makefile

+ 1 - 2
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