|
|
@@ -202,9 +202,9 @@ jobs:
|
|
|
SUSFS_VERSION="v2.1.0"
|
|
|
|
|
|
# Apply SUSFS to KernelSU-Next
|
|
|
- cp "$SUSFS4KSU/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch" .
|
|
|
- patch -p1 < 10_enable_susfs_for_ksu.patch || true
|
|
|
- rm -rf 10_enable_susfs_for_ksu.patch
|
|
|
+ #cp "$SUSFS4KSU/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch" .
|
|
|
+ #patch -p1 < 10_enable_susfs_for_ksu.patch || true
|
|
|
+ #rm -rf 10_enable_susfs_for_ksu.patch
|
|
|
|
|
|
#Fix rejects from adding susfs to KSUN
|
|
|
cp "$KERNEL_PATCHES/wild/ksun-0daf55582-susfs-v2.1.0-e259e7d6.patch" .
|