diff options
| author | Zoltan HERPAI | 2023-10-24 09:40:51 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2023-10-24 09:40:51 +0000 |
| commit | fe8630f18e2e3172cbe5da6f8c4ead2632d08814 (patch) | |
| tree | 506244476d70ae52cd6892090f9116fc9b9a3e99 | |
| parent | a912ee74d6ca08020933dcdb9ce791e74244c25b (diff) | |
| download | openwrt-fe8630f18e2e3172cbe5da6f8c4ead2632d08814.tar.gz | |
sifiveu: switch to kernel v6.1
Enable kernel v6.1 as the default kernel for sifiveu.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| -rw-r--r-- | target/linux/sifiveu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/sifiveu/Makefile b/target/linux/sifiveu/Makefile index 43f70b5ce0..52989a9dae 100644 --- a/target/linux/sifiveu/Makefile +++ b/target/linux/sifiveu/Makefile @@ -11,8 +11,7 @@ FEATURES:=ext4 KERNELNAME:=Image dtbs SUBTARGETS:=generic -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk |