Эх сурвалжийг харах

ci(configure-kernel): apply kernel config for version 5.10

TheWildJames 6 сар өмнө
parent
commit
8b71672921

+ 4 - 0
.github/actions/configure-kernel/action.yml

@@ -48,6 +48,10 @@ runs:
         CONFIG_IP_SET_LIST_SET=y
         EOF
 
+    - name: Apply Kernel Configuration
+      shell: bash
+      working-directory: ${{ github.workspace }}/kernel/common
+      run: |
         if [[ "${{ inputs.kernel_version }}" == "5.10" ]]; then
           sed -i 's/CONFIG_IP_SET_MAX/65534/g' net/netfilter/ipset/ip_set_core.c
         fi