diff options
author | Markus Stockhausen <markus.stockhausen@gmx.de> | 2024-09-09 08:25:16 -0400 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2024-09-14 20:21:44 +0200 |
commit | 2ff67f297d7ec2610c1cae7c8c44b6ca1f605f3a (patch) | |
tree | 03dfbcc43c2d917a10da7d7fd1d8c96fe9283ade /target | |
parent | a22d359fa56fe06ebd74f87eccacf56b3752da58 (diff) | |
download | openwrt-2ff67f297d7ec2610c1cae7c8c44b6ca1f605f3a.tar.gz openwrt-2ff67f297d7ec2610c1cae7c8c44b6ca1f605f3a.tar.bz2 openwrt-2ff67f297d7ec2610c1cae7c8c44b6ca1f605f3a.zip |
realtek: 6.6: enable testing kernel
Allow to build the new kernel.
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
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 cd86bdc11e..673997f550 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.15 +KERNEL_TESTING_PATCHVER:=6.6 define Target/Description Build firmware images for Realtek RTL83xx based boards. |