Skip to content

Commit b5c4fdf

Browse files
committed
Add SuSFS v1.5.11+ Support
1 parent 9673cfe commit b5c4fdf

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/actions/action.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)