diff options
| author | Zoltan HERPAI | 2025-05-24 10:39:19 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2025-05-24 14:15:53 +0000 |
| commit | 3ad65da7d668560675e239b4d181276cc8c2d798 (patch) | |
| tree | 00c5a5540d9145e76c06906140de1ff271a7da1a | |
| parent | df465b6513053c5f14cf26063979f4024ff56ac9 (diff) | |
| download | openwrt-3ad65da7d668560675e239b4d181276cc8c2d798.tar.gz | |
mxs: 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/mxs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/mxs/Makefile b/target/linux/mxs/Makefile index bd6daeec24..90fe5b62a6 100644 --- a/target/linux/mxs/Makefile +++ b/target/linux/mxs/Makefile @@ -11,8 +11,7 @@ FEATURES:=ext4 rtc usb gpio CPU_TYPE:=arm926ej-s SUBTARGETS:=generic -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 KERNELNAME:=zImage dtbs |