diff options
| author | Markus Stockhausen | 2025-05-29 18:33:05 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-06-11 20:27:22 +0000 |
| commit | 6d9f5a0ccfa86510d2448886f38fbeabf0791479 (patch) | |
| tree | d6598755e6cee32575f65778cd261e143b3d8d23 | |
| parent | bb7e91243dbd06d7e0a8ed864230746814dcbac5 (diff) | |
| download | openwrt-6d9f5a0ccfa86510d2448886f38fbeabf0791479.tar.gz | |
realtek: 6.12: activate testing kernel
Allow to build the new kernel.
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/18935
Signed-off-by: Robert Marko <robimarko@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 6cdd32a9d8..32cd48b8a2 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:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 define Target/Description Build firmware images for Realtek RTL83xx based boards. |