action.yml 397 B

123456789101112
  1. name: add TTL support
  2. description: same as above
  3. runs:
  4. using: composite
  5. steps:
  6. - name: apply ttl support
  7. shell: bash
  8. run: |
  9. "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_IP_NF_TARGET_TTL
  10. "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_IP6_NF_TARGET_HL
  11. "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_IP6_NF_MATCH_HL