diff options
| author | INAGAKI Hiroshi | 2021-05-05 00:31:53 +0000 |
|---|---|---|
| committer | Adrian Schmutzler | 2021-09-25 22:32:18 +0000 |
| commit | fc050c7b53116b6e3f2c31797b27cfc76af60e74 (patch) | |
| tree | 53aef651c2168186b646fb2cf57d8b53efcbc2e9 | |
| parent | 216011e424cf438c3bb68e641139b8b720d93a87 (diff) | |
| download | openwrt-fc050c7b53116b6e3f2c31797b27cfc76af60e74.tar.gz | |
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>
| -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. |