zynq: use kernel 6.6 by default
authorMieczyslaw Nalewaj <namiltd@yahoo.com>
Mon, 29 Jul 2024 09:07:45 +0000 (11:07 +0200)
committerRobert Marko <robimarko@gmail.com>
Sat, 3 Aug 2024 09:36:59 +0000 (11:36 +0200)
Switch to Linux kernel version 6.6.

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16030
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/zynq/Makefile

index 29995e43bf500fde459f50c281db21feb0b820bf..c570fae73b62b86a45f6da8e1e51ffd6a7a3562e 100644 (file)
@@ -18,8 +18,7 @@ define Target/Description
        Build firmware image for Zynq 7000 SoC devices.
 endef
 
-KERNEL_PATCHVER:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
 
 include $(INCLUDE_DIR)/target.mk