From 61ff33c1c282093f1d96ac2e5c106dedf7b897f7 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Mon, 22 May 2023 23:44:29 +0200 Subject: [PATCH] ipq807x: enable selecting 6.1 as testing kernel Allow selecting 6.1 as the testing kernel on ipq807x. Signed-off-by: Robert Marko --- target/linux/ipq807x/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ipq807x/Makefile b/target/linux/ipq807x/Makefile index fdabf575d3..53606ef52a 100644 --- a/target/linux/ipq807x/Makefile +++ b/target/linux/ipq807x/Makefile @@ -9,6 +9,7 @@ CPU_TYPE:=cortex-a53 SUBTARGETS:=generic KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ -- 2.30.2