diff options
| author | Zoltan HERPAI | 2025-05-27 13:23:59 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2025-05-27 14:03:54 +0000 |
| commit | eda23e04e7a4b8937a93e7bbadd586b41f624dd7 (patch) | |
| tree | abfaa4daa88d7df4ea42663ce9b3dacdaee287fb | |
| parent | 057a0a075edc344d2d031f5b9d04cce397d154bb (diff) | |
| download | openwrt-eda23e04e7a4b8937a93e7bbadd586b41f624dd7.tar.gz | |
sifiveu: 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/sifiveu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/sifiveu/Makefile b/target/linux/sifiveu/Makefile index 70c6f433d9..1d60c0a026 100644 --- a/target/linux/sifiveu/Makefile +++ b/target/linux/sifiveu/Makefile @@ -11,8 +11,7 @@ FEATURES:=ext4 KERNELNAME:=Image dtbs SUBTARGETS:=generic -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |