TheWildJames 4 ماه پیش
والد
کامیت
c3ea6023b7

+ 4 - 4
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -37,8 +37,8 @@ body:
 
   - type: input
     attributes:
-        label: WKSU Kernel Version
-        description: Your WKSU kernel version number
+        label: KSUN Kernel Version
+        description: Your KSUN kernel version number
         placeholder: "e.g., 13971"
     validations:
         required: true
@@ -78,7 +78,7 @@ body:
     attributes:
         label: Full File Name
         description: The complete filename of the kernel you flashed
-        placeholder: "e.g., WKSU-13971-android14-6.1.134-2025-05-AnyKernel3.zip"
+        placeholder: "e.g., KSUN-13971-android14-6.1.134-2025-05-AnyKernel3.zip"
     validations:
         required: true
 
@@ -104,7 +104,7 @@ body:
     attributes:
         label: Last Working File Name
         description: The filename of the last working kernel (if any)
-        placeholder: "e.g., WKSU-13970-android14-6.1.134-2025-05-AnyKernel3.zip"
+        placeholder: "e.g., KSUN-13970-android14-6.1.134-2025-05-AnyKernel3.zip"
     validations:
         required: false
 

+ 0 - 0
.github/actions/wksu/action.yml → .github/actions/kernelsu/action.yml


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

@@ -91,5 +91,5 @@ runs:
       shell: bash
       working-directory: ${{ github.workspace }}/kernel/KernelSU-Next
       run: |
-        cp ${{ github.workspace }}/kernel_patches/wild/susfs_fix_patches/${SUSFS_VERSION}/susfs_v2.1.0.patch ./
-        patch -p1 < susfs_v2.1.0.patch
+        cp ${{ github.workspace }}/kernel_patches/wild/ksun-0daf55582-susfs-v2.1.0-e259e7d6.patch ./
+        patch -p1 < ksun-0daf55582-susfs-v2.1.0-e259e7d6.patch

+ 6 - 6
.github/workflows/build.yml

@@ -204,9 +204,9 @@ jobs:
             sed -i '/#include <trace\/hooks\/blk.h>/a #include <trace\/hooks\/fs.h>' ./fs/namespace.c
         fi
 
-    - name: Setup Wild KSU
-      if: contains(inputs.feature_set, 'WKSU')
-      uses: ./.github/actions/wksu
+    - name: Setup KernelSU-Next
+      if: contains(inputs.feature_set, 'KSUN')
+      uses: ./.github/actions/kernelsu
       with:
         ksu_commit: ${{ inputs.ksu_commit }}
 
@@ -487,9 +487,9 @@ jobs:
         echo "Build Type          : ${{ matrix.variant }}"
         # Features info
         echo "Features            : ${{ inputs.feature_set || 'None' }}"
-        echo "WKSU Commit         : ${{ inputs.ksu_commit || 'canary' }}"
-        echo "WKSU Tag            : $KSU_GIT_TAG"
-        echo "WKSU Version        : $KSU_VERSION"
+        echo "KSUN Commit         : ${{ inputs.ksu_commit || 'canary' }}"
+        echo "KSUN Tag            : $KSU_GIT_TAG"
+        echo "KSUN Version        : $KSU_VERSION"
         echo "BBG Commit          : $BBG_COMMIT"
         echo "BBG Version         : $BBG_VERSION"
         # Variant info

+ 12 - 12
.github/workflows/main.yml

@@ -29,12 +29,12 @@ on:
         description: "Feature Set"
         type: choice
         options:
-          - WKSU+SUSFS+BBG
-          - WKSU+BBG
-          - WKSU
+          - KSUN+SUSFS+BBG
+          - KSUN+BBG
+          - KSUN
           - BBG
           - None
-        default: WKSU+SUSFS+BBG
+        default: KSUN+SUSFS+BBG
       ksu_commit:
         description: "KSU Commit (optional)"
         type: string
@@ -68,7 +68,7 @@ jobs:
       anykernel_commit: ${{ needs.fetch-commits.outputs.anykernel_commit }}
       patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
       susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
-      feature_set: ${{ inputs.feature_set || 'WKSU+SUSFS+BBG' }}
+      feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
     secrets: inherit
 
   build-a13-5-10:
@@ -81,7 +81,7 @@ jobs:
       anykernel_commit: ${{ needs.fetch-commits.outputs.anykernel_commit }}
       patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
       susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
-      feature_set: ${{ inputs.feature_set || 'WKSU+SUSFS+BBG' }}
+      feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
     secrets: inherit
 
   build-a13-5-15:
@@ -94,7 +94,7 @@ jobs:
       anykernel_commit: ${{ needs.fetch-commits.outputs.anykernel_commit }}
       patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
       susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
-      feature_set: ${{ inputs.feature_set || 'WKSU+SUSFS+BBG' }}
+      feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
     secrets: inherit
 
   build-a14-5-15:
@@ -107,7 +107,7 @@ jobs:
       anykernel_commit: ${{ needs.fetch-commits.outputs.anykernel_commit }}
       patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
       susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
-      feature_set: ${{ inputs.feature_set || 'WKSU+SUSFS+BBG' }}
+      feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
     secrets: inherit
 
   build-a14-6-1:
@@ -120,7 +120,7 @@ jobs:
       anykernel_commit: ${{ needs.fetch-commits.outputs.anykernel_commit }}
       patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
       susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
-      feature_set: ${{ inputs.feature_set || 'WKSU+SUSFS+BBG' }}
+      feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
     secrets: inherit
 
   build-a15-6-6:
@@ -133,7 +133,7 @@ jobs:
       anykernel_commit: ${{ needs.fetch-commits.outputs.anykernel_commit }}
       patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
       susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
-      feature_set: ${{ inputs.feature_set || 'WKSU+SUSFS+BBG' }}
+      feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
     secrets: inherit
 
   build-a16-6-12:
@@ -146,7 +146,7 @@ jobs:
       anykernel_commit: ${{ needs.fetch-commits.outputs.anykernel_commit }}
       patches_commit: ${{ needs.fetch-commits.outputs.patches_commit }}
       susfs_commit: ${{ needs.fetch-commits.outputs.susfs_commit }}
-      feature_set: ${{ inputs.feature_set || 'WKSU+SUSFS+BBG' }}
+      feature_set: ${{ inputs.feature_set || 'KSUN+SUSFS+BBG' }}
     secrets: inherit
 
   rej:
@@ -232,7 +232,7 @@ jobs:
 
     env:
       GH_TOKEN: ${{ github.token }}
-      RELEASE_NAME: "GKI Kernels With WKSU & SUSFS v2.0.0"
+      RELEASE_NAME: "GKI Kernels With KernelSU-Next & SUSFS v2.1.0"
       RELEASE_BODY: ""
     outputs:
       new_tag: ${{ steps.tag.outputs.new_tag }}