From: INAGAKI Hiroshi Date: Wed, 5 May 2021 00:31:53 +0000 (+0900) Subject: realtek: add Kernel 5.10 as testing version X-Git-Tag: v22.03.0-rc1~1678 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fc050c7b53116b6e3f2c31797b27cfc76af60e74;p=openwrt%2Fopenwrt.git 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 --- 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.