From 745ad016d173a4af21750f9913115fa410650498 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Wed, 29 May 2024 10:53:55 +0200 Subject: [PATCH] d1: switch default to 6.6 Switch the default kernel to 6.6. Signed-off-by: Zoltan HERPAI --- target/linux/d1/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/d1/Makefile b/target/linux/d1/Makefile index 2f505500b2..a60af57afa 100644 --- a/target/linux/d1/Makefile +++ b/target/linux/d1/Makefile @@ -11,8 +11,7 @@ FEATURES:=ext4 squashfs KERNELNAME:=Image dtbs SUBTARGETS:=generic -KERNEL_PATCHVER:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk -- 2.30.2