diff options
| author | Zoltan HERPAI | 2025-05-02 13:31:58 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2025-05-23 10:28:50 +0000 |
| commit | 60b5cfdf5a0678c115dd2e8a70368ce2c0f20058 (patch) | |
| tree | 4c41943b1901c4eb09147271eab367f27e18ff72 | |
| parent | 00ca340c4091bc682d2d458fc3a17ea36a9f432a (diff) | |
| download | openwrt-60b5cfdf5a0678c115dd2e8a70368ce2c0f20058.tar.gz | |
sifiveu: add 6.12 kernel as testing
Allow selecting 6.12 as testing kernel on sifiveu.
Runtime-tested:
- HiFive Unleashed (FU540)
- HiFive Unmatched (FU740)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| -rw-r--r-- | target/linux/sifiveu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/sifiveu/Makefile b/target/linux/sifiveu/Makefile index 2e2ea96b4b..70c6f433d9 100644 --- a/target/linux/sifiveu/Makefile +++ b/target/linux/sifiveu/Makefile @@ -12,6 +12,7 @@ KERNELNAME:=Image dtbs SUBTARGETS:=generic KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |