File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -241,16 +241,7 @@ runs:
241241 cp "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_ksud.c.patch" ./
242242 patch -p1 --forward --fuzz=3 < fix_ksud.c.patch
243243 ;;
244- "v1.5.9")
245- cp ../../../susfs4ksu/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch ./
246- patch -p1 --forward < 10_enable_susfs_for_ksu.patch || true
247- for file in $(find ./kernel -maxdepth 2 -name "*.rej" -printf "%f\n" | cut -d'.' -f1); do
248- echo "Patching file: $file.c with fix_$file.c.patch"
249- patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_$file.c.patch"
250- done
251- patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_kernel_compat.c.patch"
252- ;;
253- "v1.5.10")
244+ "v1.5.9"|"v1.5.10"|"v1.5.11")
254245 cp ../../../susfs4ksu/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch ./
255246 patch -p1 --forward < 10_enable_susfs_for_ksu.patch || true
256247 for file in $(find ./kernel -maxdepth 2 -name "*.rej" -printf "%f\n" | cut -d'.' -f1); do
You can’t perform that action at this time.
0 commit comments