[openwrt/openwrt] tegra: switch to Kernel 5.15 by default
LEDE Commits
lede-commits at lists.infradead.org
Fri Apr 7 15:30:42 PDT 2023
aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/16565bc1ce279e58620652e0c62b5efe1be672d2
commit 16565bc1ce279e58620652e0c62b5efe1be672d2
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Wed Feb 22 20:07:30 2023 +0100
tegra: switch to Kernel 5.15 by default
Getting ready for the next release.
Acked-by: Tomasz Maciej Nowak <tmn505 at gmail.com>
Signed-off-by: Paul Spooren <mail at aparcar.org>
---
target/linux/tegra/Makefile | 3 +--
1 file changed, 1 insertion(+), 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
More information about the lede-commits
mailing list