zynq: switch to kernel 5.10
authorLuis Araneda <luaraneda@gmail.com>
Sun, 10 Oct 2021 02:55:06 +0000 (23:55 -0300)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 17 Oct 2021 12:13:22 +0000 (14:13 +0200)
Use kernel 5.10 by default

compile-tested: all devices from target (wth ALL_KMODS)
run-tested: Digilent Zybo Z7-20

Signed-off-by: Luis Araneda <luaraneda@gmail.com>
target/linux/zynq/Makefile

index b5988c9e052177a0bfb78d3a4843a72893e7660c..83807913e41693544a3ee4166c38e19381af6c4f 100644 (file)
@@ -17,7 +17,7 @@ define Target/Description
        Build firmware image for Zynq 7000 SoC devices.
 endef
 
-KERNEL_PATCHVER:=5.4
+KERNEL_PATCHVER:=5.10
 
 include $(INCLUDE_DIR)/target.mk