openwrt/package/kernel/bpf-headers
Christian Marangi dfcc0ff5d2
bpf-headers: fix use of netlink.h header
netlink.h header have NL_SET_ERR_MSG_MOD that is tied to kmods. We don't
need kmods on bpf tools and this cause compilation error if the header
is included. Fix it by dropping NL_SET_ERR_MSG_MOD.

Link: https://github.com/openwrt/openwrt/pull/11825
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-05-01 19:11:33 +02:00
..
files bpf-headers: ship a modified version of stdarg.h from musl to fix ebpf build on glibc 2022-03-07 10:38:41 +01:00
patches bpf-headers: fix use of netlink.h header 2024-05-01 19:11:33 +02:00
src/include/generated bpf-headers: add a package with kernel headers for ebpf 2021-11-01 16:39:09 +01:00
Makefile bpf-headers: Fix download URL with kernel 6.1 2023-11-06 23:20:14 +01:00