diff options
| author | Goetz Goerisch | 2025-11-23 09:02:06 +0000 |
|---|---|---|
| committer | Stijn Tintel | 2025-11-26 15:21:14 +0000 |
| commit | 22d2061e23c8628c3eb7c9b73256a771e2e451dc (patch) | |
| tree | 14c949ddae3ae7c56a471602622d734baa1fcf75 | |
| parent | 2e944e083e7bddc0a8f54c5a83a01c9333b3777b (diff) | |
| download | openwrt-22d2061e23c8628c3eb7c9b73256a771e2e451dc.tar.gz | |
qoriq: switch to kernel 6.12
switch the kernel to 6.12 by default
Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20889
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| -rw-r--r-- | target/linux/qoriq/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/qoriq/Makefile b/target/linux/qoriq/Makefile index 18d31ffc46..804f510d9a 100644 --- a/target/linux/qoriq/Makefile +++ b/target/linux/qoriq/Makefile @@ -11,8 +11,7 @@ CPU_TYPE:=e5500 FEATURES:=boot-part ext4 fpu legacy-sdcard powerpc64 ramdisk rootfs-part rtc squashfs SUBTARGETS:=generic -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 KERNELNAME:=zImage |