diff options
| author | Weijie Gao | 2025-09-07 19:37:46 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-09-08 22:10:31 +0000 |
| commit | c21d4916aec7aff5d0e979a33839a6b3ea044f83 (patch) | |
| tree | c9bca546484684ad78287a286bfa8c3dd46334af | |
| parent | a61ab43fe753daa0b422181472a716652e16119c (diff) | |
| download | openwrt-c21d4916aec7aff5d0e979a33839a6b3ea044f83.tar.gz | |
loongarch64: switch to Linux 6.12 by default
Use Linux kernel version 6.12 by default for loongarch64 target.
Signed-off-by: Weijie Gao <hackpascal@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19980
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/loongarch64/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/loongarch64/Makefile b/target/linux/loongarch64/Makefile index 950880e22b..2e234a1850 100644 --- a/target/linux/loongarch64/Makefile +++ b/target/linux/loongarch64/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=Loongson LoongArch FEATURES:=audio display ext4 pcie boot-part rootfs-part rtc usb targz SUBTARGETS:=generic -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 KERNELNAME:=vmlinuz.efi dtbs |