diff options
| author | Zoltan HERPAI | 2024-09-01 14:08:47 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2024-09-02 22:03:19 +0000 |
| commit | decd5e0cff5efc666327714e5b83b11ceb52b93e (patch) | |
| tree | 44328661baabb45674939522b1aa0bc70a3a92e0 | |
| parent | daa11cdd16cc61435a801f9518dd77dfffa3ddbb (diff) | |
| download | openwrt-decd5e0cff5efc666327714e5b83b11ceb52b93e.tar.gz | |
starfive: enable 6.6 testing kernel
starfive now supports 6.6 kernel as testing.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| -rw-r--r-- | target/linux/starfive/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/starfive/Makefile b/target/linux/starfive/Makefile index f71f57e7f7..a328944c63 100644 --- a/target/linux/starfive/Makefile +++ b/target/linux/starfive/Makefile @@ -11,6 +11,7 @@ FEATURES:=ext4 KERNELNAME:=Image dtbs KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk |