summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Spooren2023-02-22 19:07:30 +0000
committerPaul Spooren2023-04-07 22:30:22 +0000
commit16565bc1ce279e58620652e0c62b5efe1be672d2 (patch)
treea96ebe2ca5a407358a13851d07611da4a86b9744
parentc3cb2d48da781f4e254ef526e1b44ae5a68248d7 (diff)
downloadopenwrt-16565bc1ce279e58620652e0c62b5efe1be672d2.tar.gz
tegra: switch to Kernel 5.15 by default
Getting ready for the next release. Acked-by: Tomasz Maciej Nowak <tmn505@gmail.com> Signed-off-by: Paul Spooren <mail@aparcar.org>
-rw-r--r--target/linux/tegra/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Makefile
index 81db1ac5fc..43ca154e8a 100644
--- a/target/linux/tegra/Makefile
+++ b/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