diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2021-05-05 09:31:53 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-09-26 00:32:18 +0200 |
commit | fc050c7b53116b6e3f2c31797b27cfc76af60e74 (patch) | |
tree | 53aef651c2168186b646fb2cf57d8b53efcbc2e9 /target | |
parent | 216011e424cf438c3bb68e641139b8b720d93a87 (diff) | |
download | upstream-fc050c7b53116b6e3f2c31797b27cfc76af60e74.tar.gz upstream-fc050c7b53116b6e3f2c31797b27cfc76af60e74.tar.bz2 upstream-fc050c7b53116b6e3f2c31797b27cfc76af60e74.zip |
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 <musashino.open@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/realtek/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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. |