diff options
| author | Zoltan HERPAI | 2025-05-05 21:24:15 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2025-05-22 15:22:59 +0000 |
| commit | b3c76f182157221a15083078eaea0556f4596519 (patch) | |
| tree | 76c62bf5522906edfcb7992873cdf8e405338426 | |
| parent | e9b5737dd35ad32f2b653e5dc763cde1d26f6d24 (diff) | |
| download | openwrt-b3c76f182157221a15083078eaea0556f4596519.tar.gz | |
d1: add 6.12 kernel as testing
Allow selecting 6.12 as testing kernel on d1.
Runtime-tested:
- Nezha D1
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| -rw-r--r-- | target/linux/d1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/d1/Makefile b/target/linux/d1/Makefile index a60af57afa..7bd9b936aa 100644 --- a/target/linux/d1/Makefile +++ b/target/linux/d1/Makefile @@ -12,6 +12,7 @@ KERNELNAME:=Image dtbs SUBTARGETS:=generic KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |