File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,8 @@ jobs:
135
135
cp ../../susfs4ksu/kernel_patches/fs/* ./common/fs/
136
136
cp ../../susfs4ksu/kernel_patches/include/linux/* ./common/include/linux/
137
137
138
+ curl -o ./common/fs/susfs.c -Ls https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/susfs_test/susfs_debug.c
139
+
138
140
cd ./KernelSU-Next
139
141
140
142
echo "Applying next SUSFS patches..."
@@ -166,7 +168,6 @@ jobs:
166
168
# echo "[PATCH] hunt from start_stack - Add Counter"
167
169
# curl -Ls https://github.com/backslashxx/KernelSU/commit/e306700b29332e9e3e8046c81cc0b3690ef3e59d.patch | patch -p1 -F 3 --verbose
168
170
169
-
170
171
# Change to common directory and apply SUSFS patch
171
172
cd ../common
172
173
if [ "${{ inputs.android_version }}" = "android15" ] && [ "${{ inputs.kernel_version }}" = "6.6" ]; then
You can’t perform that action at this time.
0 commit comments