diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2024-03-19 23:31:47 +0100 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2024-04-05 15:37:38 +0200 |
commit | 5713032fd43a31e74ff87b7d68c5346f3c27a03e (patch) | |
tree | 5cd905f904ef29695a6a6d58fab5e07048b8a14a /target | |
parent | 91ce93a893a86f0a38f5c9de868818bd0b600b9d (diff) |
pistachio: add 6.1 testing kernel
Configure 6.1 as testing kernel.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'target')
-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 |