Skip to content

Commit

Permalink
doc: add a note regarding CONFIG_BPF_EVENTS in openwrt guide
Browse files Browse the repository at this point in the history
  • Loading branch information
EHfive committed Jan 12, 2025
1 parent 817a597 commit ff472ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/guide/openwrt.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Additional kernel configs required, you might need to add these to kernel config
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y
CONFIG_NET_ACT_BPF=y
# needed if using bpf_log_level >= 1
CONFIG_BPF_EVENTS=y
```

See https://github.com/iovisor/bcc/blob/master/docs/kernel_config.md for explanation on these BPF options.
Expand Down

0 comments on commit ff472ca

Please sign in to comment.