Skip to content
Snippets Groups Projects
Commit 9d64d761 authored by Johannes Mey's avatar Johannes Mey
Browse files

update RT kernel to 5.15.70 RT 50

parent 1e406f4a
No related branches found
No related tags found
No related merge requests found
Pipeline #14718 passed
#!/bin/bash
# get current kernel and realtime patch version
VERSION=5.14
VERSION=5.15
FILE=`curl -s https://mirrors.edge.kernel.org/pub/linux/kernel/projects/rt/${VERSION}/`
KERNEL=2
RTPATCH=21
KERNEL=70
RTPATCH=50
echo "using kernel $VERSION.$KERNEL with realtime patch $RTPATCH"
# get kernel file names and location
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment