From fc050c7b53116b6e3f2c31797b27cfc76af60e74 Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Wed, 5 May 2021 09:31:53 +0900 Subject: realtek: add Kernel 5.10 as testing version This patch adds "KERNEL_TESTING_PATCHVER:=5.10" to the Makefile in realtek target to allow using Kernel 5.10 for testing. Signed-off-by: INAGAKI Hiroshi --- target/linux/realtek/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target') diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index 5159a40c4c..2eca7015e4 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -11,6 +11,7 @@ FEATURES:=ramdisk squashfs SUBTARGETS:=generic KERNEL_PATCHVER:=5.4 +KERNEL_TESTING_PATCHVER:=5.10 define Target/Description Build firmware images for Realtek RTL83xx based boards. -- cgit v1.2.3