diff options
| author | Zoltan HERPAI | 2025-06-12 16:14:39 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2025-06-13 22:53:19 +0000 |
| commit | 4801c5bec38173a30076e2c4d26c70288dfbc850 (patch) | |
| tree | ad773a5ab8707933a07748f1febaa02448b2b268 | |
| parent | 86abc4640e95cd87bf979643f7495bfcc6bc47ef (diff) | |
| download | openwrt-4801c5bec38173a30076e2c4d26c70288dfbc850.tar.gz | |
starfive: 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/starfive/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/starfive/Makefile b/target/linux/starfive/Makefile index 9f47d3a866..5bda89eb7c 100644 --- a/target/linux/starfive/Makefile +++ b/target/linux/starfive/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=StarFive JH71x0 (7100/7110) FEATURES:=ext4 KERNELNAME:=Image dtbs -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |