diff options
| author | Zoltan HERPAI | 2025-06-01 12:04:18 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2025-06-01 14:24:34 +0000 |
| commit | 56b9ceef645a2a040fa213bfce7b39d9b9e7a2d8 (patch) | |
| tree | 6f25c66f9c24af2adb0d924c65b0ceefb64e0cf6 | |
| parent | ba674fea40260b71e4e479cb81d2ce96d5a85f73 (diff) | |
| download | openwrt-56b9ceef645a2a040fa213bfce7b39d9b9e7a2d8.tar.gz | |
pistachio: use kernel 6.12 by default
Switch to Linux kernel version 6.12.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| -rw-r--r-- | target/linux/pistachio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/pistachio/Makefile b/target/linux/pistachio/Makefile index 079b5412d4..65cdbe615b 100644 --- a/target/linux/pistachio/Makefile +++ b/target/linux/pistachio/Makefile @@ -12,8 +12,7 @@ CPU_TYPE:=24kc CPU_SUBTYPE:=24kf SUBTARGETS:=generic -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |