diff options
| author | Zoltan HERPAI | 2025-05-29 12:35:31 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2025-05-30 13:32:12 +0000 |
| commit | faf6ca034848bb7d7e9e637b5e5ac9be6c4b6589 (patch) | |
| tree | 7dbb92aa2549ed31a6ac1e331232589141e66086 | |
| parent | d6b57d47227b57206bc007a637696aab5a7e46cd (diff) | |
| download | openwrt-faf6ca034848bb7d7e9e637b5e5ac9be6c4b6589.tar.gz | |
pistachio: add 6.12 testing kernel
Allow selecting 6.12 as testing kernel on pistachio.
Runtime-tested:
- Creator Ci40 Marduk 02KZ/5+
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| -rw-r--r-- | target/linux/pistachio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/pistachio/Makefile b/target/linux/pistachio/Makefile index ec003f6ed9..079b5412d4 100644 --- a/target/linux/pistachio/Makefile +++ b/target/linux/pistachio/Makefile @@ -13,6 +13,7 @@ CPU_SUBTYPE:=24kf SUBTARGETS:=generic KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |