[openwrt/openwrt] zynq: switch to kernel 5.10

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 17 06:50:24 PDT 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/88537e76ec06012826d72e175b77c452cb41d256

commit 88537e76ec06012826d72e175b77c452cb41d256
Author: Luis Araneda <luaraneda at gmail.com>
AuthorDate: Sat Oct 9 23:55:06 2021 -0300

    zynq: switch to kernel 5.10
    
    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 at gmail.com>
---
 target/linux/zynq/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile
index b5988c9e05..83807913e4 100644
--- a/target/linux/zynq/Makefile
+++ b/target/linux/zynq/Makefile
@@ -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
 



More information about the lede-commits mailing list