TheWildJames 2 meses atrás
pai
commit
92af6bb18a
1 arquivos alterados com 10 adições e 0 exclusões
  1. 10 0
      .github/actions/misc/action.yml

+ 10 - 0
.github/actions/misc/action.yml

@@ -30,6 +30,16 @@ runs:
           CONFIG_KALLSYMS=y
           CONFIG_KALLSYMS_ALL=y
 
+    - name: Enable Kernel Configs
+      uses: ./.github/actions/set-kernel-config
+      with:
+        config_list: |
+          CONFIG_CIFS=y
+          CONFIG_NETWORK_FILESYSTEMS=y
+          CONFIG_KEYS=y
+          CONFIG_CIFS_XATTR=y
+          CONFIG_CIFS_POSIX=y
+
     - name: Apply Other Patches
       shell: bash
       if: true