diff options
| author | Zoltan HERPAI | 2024-03-19 22:31:47 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2024-04-05 13:37:38 +0000 |
| commit | 5713032fd43a31e74ff87b7d68c5346f3c27a03e (patch) | |
| tree | 5cd905f904ef29695a6a6d58fab5e07048b8a14a | |
| parent | 91ce93a893a86f0a38f5c9de868818bd0b600b9d (diff) | |
| download | openwrt-5713032fd43a31e74ff87b7d68c5346f3c27a03e.tar.gz | |
pistachio: add 6.1 testing kernel
Configure 6.1 as testing kernel.
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 6ccf63142e..f170ff0125 100644 --- a/target/linux/pistachio/Makefile +++ b/target/linux/pistachio/Makefile @@ -13,6 +13,7 @@ CPU_SUBTYPE:=24kf SUBTARGETS:=generic KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk |