From 61a07ea68d0c28f306eeceee64573de97d94d374 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Wed, 22 Feb 2023 20:04:03 +0100 Subject: [PATCH] realtek: switch to Kernel 5.15 by default Getting ready for the next release. Tested-by: Sander Vanheule Tested-by: Olliver Schinagl Tested-by: INAGAKI Hiroshi Signed-off-by: Paul Spooren --- target/linux/realtek/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index 94280f43e5..cd86bdc11e 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -9,8 +9,7 @@ DEVICE_TYPE:=basic FEATURES:=ramdisk squashfs SUBTARGETS:=rtl838x rtl839x rtl930x rtl931x -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 define Target/Description Build firmware images for Realtek RTL83xx based boards. -- 2.30.2