Commit 357e9e3a authored by Augusto Caringi's avatar Augusto Caringi

Fix name of kernel required config option in INSTALL.md

In Linux Kernel 4.7, CONFIG_HAVE_BPF_JIT was splitted into two
(CONFIG_HAVE_EBPF_JIT and CONFIG_HAVE_CBPF_JIT) for distinguishing cBPF
and eBPF JITs
(https://www.mail-archive.com/netdev@vger.kernel.org/msg110538.html)
parent 9a565ce9
......@@ -15,7 +15,7 @@ Your kernel needs to be built with the following options:
CONFIG_BPF=y
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y
CONFIG_HAVE_BPF_JIT=y
CONFIG_HAVE_EBPF_JIT=y
CONFIG_BPF_EVENTS=y
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment