File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -240,14 +240,14 @@ runs:
240240 done
241241 patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_kernel_compat.c.patch"
242242 ;;
243- "v1.5.10")
243+ "v1.5.10"|"v1.5.11" )
244244 cp ../../../susfs4ksu/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch ./
245245 patch -p1 --forward < 10_enable_susfs_for_ksu.patch || true
246246 for file in $(find ./kernel -maxdepth 2 -name "*.rej" -printf "%f\n" | cut -d'.' -f1); do
247247 echo "Patching file: $file.c with fix_$file.c.patch"
248- patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/$susfs_version /fix_$file.c.patch"
248+ patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/v1.5.10 /fix_$file.c.patch"
249249 done
250- patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/$susfs_version /fix_kernel_compat.c.patch"
250+ patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/v1.5.10 /fix_kernel_compat.c.patch"
251251 ;;
252252 *)
253253 echo "Invalid version: $susfs_version"
You can’t perform that action at this time.
0 commit comments