瀏覽代碼

Add TTL support action configuration

jimsterino98 2 月之前
父節點
當前提交
83a397bda7
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      .github/actions/TTL/action.yml

+ 14 - 0
.github/actions/TTL/action.yml

@@ -0,0 +1,14 @@
+name: add TTL support
+description: same as above
+
+runs:
+ using: composite
+ steps:
+  - name: apply ttl support
+    shell: bash
+    run: |
+     cat >> "$GKI_DEFCONFIG" <<EOF
+     CONFIG_IP_NF_TARGET_TTL=y
+     CONFIG_IP6_NF_TARGET_HL=y
+     CONFIG_IP6_NF_MATCH_HL=y
+     EOF