From: Nick Hainke Date: Wed, 1 May 2024 08:24:49 +0000 (+0200) Subject: zynq: set default kernel version to 6.1 X-Git-Tag: v24.10.0-rc1~2030 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea723164262933b3a2c7ae413f1c66ec02e9db1a;p=thirdparty%2Fopenwrt.git zynq: set default kernel version to 6.1 Set default kernel version to 6.1, facilitating simpler testing across a broader user base. Signed-off-by: Nick Hainke --- diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile index 7e4ff328813..90e49df8789 100644 --- a/target/linux/zynq/Makefile +++ b/target/linux/zynq/Makefile @@ -18,8 +18,7 @@ define Target/Description Build firmware image for Zynq 7000 SoC devices. endef -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk