From 9d64d761a76749535f8e2aeab037ca70097e9b2a Mon Sep 17 00:00:00 2001
From: Johannes Mey <johannes.mey@tu-dresden.de>
Date: Thu, 29 Sep 2022 16:24:40 +0200
Subject: [PATCH] update RT kernel to 5.15.70 RT 50

---
 compile.bash | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/compile.bash b/compile.bash
index d60abbf..b2b0cc4 100755
--- a/compile.bash
+++ b/compile.bash
@@ -1,10 +1,10 @@
 #!/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
-- 
GitLab