diff options
| author | Zoltan HERPAI | 2024-09-08 20:52:55 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2024-09-10 10:04:07 +0000 |
| commit | fc582aa049df759e9d383e7c0aa7fd0462f638a3 (patch) | |
| tree | 58c7a83d2b653c00f358d3aa3d03dbb58c559a2b | |
| parent | 2cfcb9088226c36e851bc2833b6b1aebca159029 (diff) | |
| download | openwrt-fc582aa049df759e9d383e7c0aa7fd0462f638a3.tar.gz | |
starfive: switch default to 6.6
Switch the default kernel to 6.6.
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 a328944c63..22bd463858 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.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk |