diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2022-03-29 14:50:13 +0900 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2022-12-15 20:54:12 +0100 |
commit | 88db7461cf2bea1e21bdaee2091908cd38e00bc3 (patch) | |
tree | c1332fe59235051005daed9016261cc6426415e9 /target/linux | |
parent | 69055a54121a95c4e0e9dd409d8b78d19743c221 (diff) | |
download | upstream-88db7461cf2bea1e21bdaee2091908cd38e00bc3.tar.gz upstream-88db7461cf2bea1e21bdaee2091908cd38e00bc3.tar.bz2 upstream-88db7461cf2bea1e21bdaee2091908cd38e00bc3.zip |
realtek: add Linux Kernel 5.15 as testing version
Add Linux Kernel 5.15 support for testing.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
[APRESIA ApresiaLightGS120GT-SS, Panasonic Switch-M24eG PN28240K, Switch-M48eG PN28480K]
Tested-by: INAGAKI Hiroshi <musashino.open@gmail.com>
TP-Link TL-SG2008P
Tested-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
[D-Link DGS-1210-20, DGS-1210-52, Zyxel XGS1010-12]
Tested-by: Markus Stockhausen <markus.stockhausen@gmx.de>
[Zyxel XGS1250-12]
Tested-by: Lucian Cristian <lucian.cristian@gmail.com> # Zyxel
[HPE 1920-8G, 1920-48G]
Tested-by: Jan Hoffmann <jan@3e8.eu>
Diffstat (limited to 'target/linux')
-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 037ba7ac7d..797ae60274 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -10,6 +10,7 @@ FEATURES:=ramdisk squashfs SUBTARGETS:=rtl838x rtl839x rtl930x rtl931x KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 define Target/Description Build firmware images for Realtek RTL83xx based boards. |