diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-12-14 18:53:39 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-12-14 18:53:39 +0200 |
commit | 230f2fccd14ed98bbb9e7302d1da67a934f71791 (patch) | |
tree | 3be595c2623196b3eedc5fa668e326bab56eca08 /target/linux/qoriq | |
parent | b7a7a97037c4c7490ae3782d2d3be31c010a2fa2 (diff) | |
download | upstream-230f2fccd14ed98bbb9e7302d1da67a934f71791.tar.gz upstream-230f2fccd14ed98bbb9e7302d1da67a934f71791.tar.bz2 upstream-230f2fccd14ed98bbb9e7302d1da67a934f71791.zip |
qoriq: switch to kernel 5.15
The testing kernel has been running fine for months on a rather complex
network setup, with one exception being a crash in
__xfrm_state_delete(). This crash has been fixed in kernel 5.15.82, so
let's switch the qoriq target to kernel 5.15 by default.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/qoriq')
-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 a92186fd6e..5e8e417d3f 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 source-only SUBTARGETS:=generic -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 KERNELNAME:=zImage |