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

Modify networking action inputs for kernel and android versions

Updated kernel version description and added android version input.
James McConnell 4 сар өмнө
parent
commit
fdfb2ca125

+ 5 - 2
.github/actions/networking/action.yml

@@ -2,7 +2,10 @@ name: 'Setup Networking Options'
 description: 'Set up kernel configuration fragment with required options'
 inputs:
   kernel_version:
-    description: 'Kernel version (e.g., 6.6)'
+    description: 'Kernel version (e.g., 6.1)'
+    required: true
+  android_version:
+    description: 'Android version (e.g., android14)'
     required: true
 
 runs:
@@ -77,4 +80,4 @@ runs:
       working-directory: ${{ github.workspace }}/kernel/common
       if: inputs.kernel_version == '5.10' && false
       run: |
-        sed -i 's/CONFIG_IP_SET_MAX/65534/g' net/netfilter/ipset/ip_set_core.c
+        sed -i 's/CONFIG_IP_SET_MAX/65534/g' net/netfilter/ipset/ip_set_core.c