Pārlūkot izejas kodu

uml: switch to Kernel 5.15

Switch over from testing version.

Signed-off-by: Christian Lamparter <[email protected]>
Christian Lamparter 2 gadi atpakaļ
vecāks
revīzija
50d20db6a8
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      target/linux/uml/Makefile

+ 1 - 2
target/linux/uml/Makefile

@@ -13,8 +13,7 @@ BOARD:=uml
 BOARDNAME:=User Mode Linux
 FEATURES:=audio ext4 rootfs-part squashfs
 
-KERNEL_PATCHVER:=5.10
-KERNEL_TESTING_PATCHVER:=5.15
+KERNEL_PATCHVER:=5.15
 
 include $(INCLUDE_DIR)/target.mk