diff options
| author | Zoltan HERPAI | 2024-05-25 22:56:33 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2024-05-29 15:56:28 +0000 |
| commit | e78a0cf3ce6e23185f02d450febb82da986ef0e4 (patch) | |
| tree | a37277b3c9cdbefa24102164aa96b90f80e0eedc | |
| parent | 8b1d74371bcbe36479ff5958be483a0ac1ec16ca (diff) | |
| download | openwrt-e78a0cf3ce6e23185f02d450febb82da986ef0e4.tar.gz | |
d1: 6.6: set testing kernel
Allow selecting 6.6 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 69e28d4811..2f505500b2 100644 --- a/target/linux/d1/Makefile +++ b/target/linux/d1/Makefile @@ -12,6 +12,7 @@ KERNELNAME:=Image dtbs SUBTARGETS:=generic KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk |