Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/Developer-Guide_Extensions-Hooks.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Extension Hooks

- This file is autogenerated by the armbian/build repository.

## Hooks

- Hooks are listed in the order they are called.
- Individual/specific hook functions can be [skipped/ignored/opted-out](/Developer-Guide_Extensions#opt-out-of-individual-hook-functions).
- Hooks listed below appear in the order in which they are called, but the list is not complete.
- Running 'grep -h call_extension_method -r lib/|awk -F' ' '{print $2}'|grep '^"' |cut -d '"' -f 2|sort -u' in the build/ directory should give you a complete list of the currently available hooks, sorted alphabetically.
- Individual/specific hook functions can be [skipped/ignored/opted-out](/Developer-Guide_Extensions#how-to-opt-out-of-a-specific-hook-function).

### `post_family_config`

Expand Down
Loading