diff options
| author | Zoltan HERPAI | 2025-06-01 12:12:40 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2025-06-05 14:39:15 +0000 |
| commit | ee129da77794642dbc07c32c9cd1732410009749 (patch) | |
| tree | b37247f95d71d1cb60ee1bdb8bab3a5cf5ece384 | |
| parent | f97609a10ff934bc04be8f07bd9103d8dd317760 (diff) | |
| download | openwrt-ee129da77794642dbc07c32c9cd1732410009749.tar.gz | |
starfive: add 6.12 as testing kernel
Runtime-tested on:
- Visionfive v2-1.3b (JH7110)
- Visionfive v1 (JH7100)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| -rw-r--r-- | target/linux/starfive/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/starfive/Makefile b/target/linux/starfive/Makefile index 22bd463858..9f47d3a866 100644 --- a/target/linux/starfive/Makefile +++ b/target/linux/starfive/Makefile @@ -11,6 +11,7 @@ FEATURES:=ext4 KERNELNAME:=Image dtbs KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |