linux519: Fix tt scheduler url

This commit is contained in:
Tk-Glitch
2022-07-20 19:48:02 +02:00
parent f0dded4895
commit 57759dbd41

View File

@@ -619,7 +619,7 @@ _tkg_srcprep() {
if [ "${_distro}" = "Void" ]; then
if [[ $_basever = 515 ]]; then
curl "https://raw.githubusercontent.com/ptr1337/kernel-patches/master/${_basekernel}/TT/0001-tt-r3.patch" > "$wrksrc"/tt.patch
elif [[ $_basever = 517 ]]; then
elif [[ $_basever = 517 ]] || [[ $_basever = 519 ]]; then
curl "https://raw.githubusercontent.com/ptr1337/kernel-patches/master/${_basekernel}/sched/0001-tt.patch" > "$wrksrc"/tt.patch
else
curl "https://raw.githubusercontent.com/ptr1337/kernel-patches/master/${_basekernel}/sched/0001-tt-${_basekernel}.patch" > "$wrksrc"/tt.patch
@@ -628,7 +628,7 @@ _tkg_srcprep() {
else
if [[ $_basever = 515 ]]; then
curl "https://raw.githubusercontent.com/ptr1337/kernel-patches/master/${_basekernel}/TT/0001-tt-r3.patch" > "$srcdir"/tt.patch
elif [[ $_basever = 517 ]]; then
elif [[ $_basever = 517 ]] || [[ $_basever = 519 ]]; then
curl "https://raw.githubusercontent.com/ptr1337/kernel-patches/master/${_basekernel}/sched/0001-tt.patch" > "$srcdir"/tt.patch
else
curl "https://raw.githubusercontent.com/ptr1337/kernel-patches/master/${_basekernel}/sched/0001-tt-${_basekernel}.patch" > "$srcdir"/tt.patch