aboutsummaryrefslogtreecommitdiff
path: root/package/kernel/bpf-headers/patches
Commit message (Collapse)AuthorAge
* bpf-headers: fix use of netlink.h headerChristian Marangi2024-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=300Felix Fietkau2022-04-01
Signed-off-by: Felix Fietkau <nbd@nbd.name>