realtek: add Kernel 5.10 as testing version
authorINAGAKI Hiroshi <musashino.open@gmail.com>
Wed, 5 May 2021 00:31:53 +0000 (09:31 +0900)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sat, 25 Sep 2021 22:32:18 +0000 (00:32 +0200)
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 <musashino.open@gmail.com>
target/linux/realtek/Makefile

index 5159a40c4cb030365d6e73e3b5f1607fb2462be2..2eca7015e40d39ff0455204a653022107030ea3f 100644 (file)
@@ -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.