diff mbox series

[OpenWrt-Devel,4/4] tegra: switch to kernel 5.4

Message ID 20200316183210.90142-4-tomek_n@o2.pl
State Accepted
Delegated to: Petr Štetiar
Headers show
Series [OpenWrt-Devel,1/4] kernel: move TEO governor to generic config | expand

Commit Message

Tomasz Maciej Nowak March 16, 2020, 6:32 p.m. UTC
Build the latest kernel by default, since testing did not show any
regressions.

Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
---
 target/linux/tegra/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Makefile
index 6f7ca1861690..bfc3ed05a61a 100644
--- a/target/linux/tegra/Makefile
+++ b/target/linux/tegra/Makefile
@@ -14,7 +14,7 @@  CPU_TYPE := cortex-a9
 CPU_SUBTYPE := vfpv3
 MAINTAINER := Tomasz Maciej Nowak <tomek_n@o2.pl>
 
-KERNEL_PATCHVER := 4.19
+KERNEL_PATCHVER := 5.4
 KERNEL_TESTING_PATCHVER := 5.4
 
 include $(INCLUDE_DIR)/target.mk