Explorar el Código

fix(action): enable SYSVIPC kABI patch for kernel 6.12 and remove conditional Netfilter options

TheWildJames hace 4 meses
padre
commit
f587ce6b51

+ 1 - 1
.github/actions/droidspaces/action.yml

@@ -27,7 +27,7 @@ runs:
         else
           #curl -L https://raw.githubusercontent.com/ravindu644/Droidspaces-OSS/main/Documentation/resources/kernel-patches/GKI/below-kernel-6.12/001.GKI-below-6.12-fix_sysvipc_kabi_1_2_3.patch | patch -p1
           #curl -L https://raw.githubusercontent.com/ravindu644/Droidspaces-OSS/main/Documentation/resources/kernel-patches/GKI/below-kernel-6.12/001.GKI-below-6.12-fix_sysvipc_kabi_3_4_5.patch | patch -p1
-          #curl -L https://raw.githubusercontent.com/ravindu644/Droidspaces-OSS/main/Documentation/resources/kernel-patches/GKI/below-kernel-6.12/001.GKI-below-6.12-fix_sysvipc_kabi_6_7_8.patch | patch -p1
+          curl -L https://raw.githubusercontent.com/ravindu644/Droidspaces-OSS/main/Documentation/resources/kernel-patches/GKI/below-kernel-6.12/001.GKI-below-6.12-fix_sysvipc_kabi_6_7_8.patch | patch -p1
         fi
 
     - name: Enable Configs

+ 0 - 8
.github/actions/networking/action.yml

@@ -34,14 +34,6 @@ runs:
         CONFIG_NETFILTER_XT_SET=y
         EOF
 
-        if [ "${{ inputs.kernel_version }}" = "5.10" ]; then
-          echo "# CONFIG_NF_TABLES is not set" >> "${{ github.workspace }}/wild_gki.fragment"
-        else
-          echo "CONFIG_NF_TABLES=y" >> "${{ github.workspace }}/wild_gki.fragment"
-          echo "CONFIG_NFT_REJECT=y" >> "${{ github.workspace }}/wild_gki.fragment"
-          echo "CONFIG_NFT_LOG=y" >> "${{ github.workspace }}/wild_gki.fragment"
-        fi
-
     - name: Apply IP Tables Extensions
       shell: bash
       working-directory: ${{ github.workspace }}/kernel