Explorar el Código

tegra: switch to Kernel 5.15 by default

Getting ready for the next release.

Acked-by: Tomasz Maciej Nowak <[email protected]>
Signed-off-by: Paul Spooren <[email protected]>
Paul Spooren hace 2 años
padre
commit
16565bc1ce
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      target/linux/tegra/Makefile

+ 1 - 2
target/linux/tegra/Makefile

@@ -12,8 +12,7 @@ CPU_TYPE := cortex-a9
 CPU_SUBTYPE := vfpv3-d16
 SUBTARGETS := generic
 
-KERNEL_PATCHVER := 5.10
-KERNEL_TESTING_PATCHVER := 5.15
+KERNEL_PATCHVER := 5.15
 
 include $(INCLUDE_DIR)/target.mk