Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bpf-headers: fix use of netlink.h header | Christian Marangi | 2024-05-01 |
| | | | | | | | | | 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> | ||
* | bpf-headers: support CONFIG_HZ=300 | Felix Fietkau | 2022-04-01 |
Signed-off-by: Felix Fietkau <nbd@nbd.name> |