diff options
| author | Markus Stockhausen | 2024-09-09 12:25:16 +0000 |
|---|---|---|
| committer | Sander Vanheule | 2024-09-14 18:21:44 +0000 |
| commit | 2ff67f297d7ec2610c1cae7c8c44b6ca1f605f3a (patch) | |
| tree | 03dfbcc43c2d917a10da7d7fd1d8c96fe9283ade | |
| parent | a22d359fa56fe06ebd74f87eccacf56b3752da58 (diff) | |
| download | openwrt-2ff67f297d7ec2610c1cae7c8c44b6ca1f605f3a.tar.gz | |
realtek: 6.6: enable testing kernel
Allow to build the new kernel.
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
| -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. |