Răsfoiți Sursa

kernel_patches: add susfs core-features and coexistence patches

TheWildJames 1 lună în urmă
părinte
comite
eb5d3a73fc
1 a modificat fișierele cu 2 adăugiri și 7 ștergeri
  1. 2 7
      .github/actions/susfs-setup/action.yml

+ 2 - 7
.github/actions/susfs-setup/action.yml

@@ -32,11 +32,6 @@ runs:
 
         cd susfs4ksu
 
-        COMMIT1="1addfb5688e6249bb1bedbe5d2e54537a79aed14"
-        COMMIT2="353a0ee1375068d8aa85fb72de0b5c355ec96698"
+        patch -p1 < "${{ github.workspace }}/kernel_patche/pershoot/susfs4ksu/0001-pershoot-Allow-core-to-be-built-with-no-features.patch"
+        patch -p1 < "${{ github.workspace }}/kernel_patche/pershoot/susfs4ksu/0002-pershoot-Implement-SuSFS-and-Toolkit-coexistence.patch"
 
-        git remote add pershoot https://gitlab.com/pershoot/susfs4ksu.git
-        git fetch pershoot gki-android14-6.1-dev
-
-        git cherry-pick "$COMMIT1"
-        git cherry-pick "$COMMIT2"