Remove undesired merged hunk

Not ready yet :D

Fixes ddc5ffd463
This commit is contained in:
Tk-Glitch
2023-06-17 20:30:50 +02:00
parent ddc5ffd463
commit e6c1edf943

View File

@@ -817,10 +817,6 @@ _tkg_srcprep() {
curl "https://raw.githubusercontent.com/CachyOS/kernel-patches/master/${_basekernel}/sched/0001-bore.patch" > "$srcdir"/0001-bore.patch
tkgpatch="$srcdir/0001-bore.patch" && _tkg_patcher
elif [ "${_cpusched}" = "cfs" ]; then
if [ "$_eevdf" = "true" ]; then
_msg="Applying EEVDF CFS patch"
tkgpatch="$srcdir/0003-eevdf-cfs.patch" && _tkg_patcher
fi
_msg="Applying Glitched CFS additions patch"
tkgpatch="$srcdir/0003-glitched-cfs-additions.patch" && _tkg_patcher
fi