[openwrt/openwrt] tegra: switch to kernel 5.10
LEDE Commits
lede-commits at lists.infradead.org
Mon Oct 18 12:33:37 PDT 2021
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7b8eca902e676658dbf23f1875cacaa00386c691
commit 7b8eca902e676658dbf23f1875cacaa00386c691
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Mon Oct 18 21:27:33 2021 +0200
tegra: switch to kernel 5.10
This target has testing support for kernel 5.10 for four months now.
Time to switch the default.
Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
Acked-by: Tomasz Maciej Nowak <tmn505 at gmail.com>
---
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 98c1dece16..76dfeab402 100644
--- a/target/linux/tegra/Makefile
+++ b/target/linux/tegra/Makefile
@@ -11,8 +11,7 @@ FEATURES := audio boot-part display ext4 fpu gpio pci pcie rootfs-part rtc squas
CPU_TYPE := cortex-a9
CPU_SUBTYPE := vfpv3-d16
-KERNEL_PATCHVER := 5.4
-KERNEL_TESTING_PATCHVER := 5.10
+KERNEL_PATCHVER := 5.10
include $(INCLUDE_DIR)/target.mk
More information about the lede-commits
mailing list