diff options
author | Tomasz Maciej Nowak <tmn505@gmail.com> | 2021-06-13 18:28:20 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-06-13 23:30:10 +0200 |
commit | 15f30c1dbb13165c8f766c2863af54a812bb5e6d (patch) | |
tree | 6bf62748a4f33ccba4c4bd3b63e55920bd2337f5 /target/linux/tegra/Makefile | |
parent | fa77145461de35dbc318765afbfdcd2b94d9209b (diff) | |
download | upstream-15f30c1dbb13165c8f766c2863af54a812bb5e6d.tar.gz upstream-15f30c1dbb13165c8f766c2863af54a812bb5e6d.tar.bz2 upstream-15f30c1dbb13165c8f766c2863af54a812bb5e6d.zip |
tegra: add support for kernel 5.10
Mark it as testing for now.
Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
Diffstat (limited to 'target/linux/tegra/Makefile')
-rw-r--r-- | target/linux/tegra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Makefile index 4d4b0e5ea4..98c1dece16 100644 --- a/target/linux/tegra/Makefile +++ b/target/linux/tegra/Makefile @@ -12,7 +12,7 @@ CPU_TYPE := cortex-a9 CPU_SUBTYPE := vfpv3-d16 KERNEL_PATCHVER := 5.4 -KERNEL_TESTING_PATCHVER := 5.4 +KERNEL_TESTING_PATCHVER := 5.10 include $(INCLUDE_DIR)/target.mk |