openwrt/package/network
Nick Hainke c752525511
Some checks failed
Build all core packages / Build all core packages for selected target (push) Has been cancelled
xdp-tools: add patch to fix stddef.h build issue
Add a patch that avoids including <stddef.h> in BPF headers, fixing
build failures on OpenWrt toolchains where the header is unavailable:

  In file included from xdpfilt_dny_udp.c:10:
  In file included from ./xdpfilt_prog.h:24:
  ../lib/../headers/xdp/parsing_helpers.h:18:10: fatal error: 'stddef.h' file not found
    18 | #include <stddef.h>
        |          ^~~~~~~~~~
  1 error generated.
  make[5]: *** [../lib/common.mk:111: xdpfilt_dny_udp.o] Error 1
  make[4]: *** [Makefile:40: xdp-filter] Error 2

Link: https://github.com/openwrt/openwrt/pull/21972
Signed-off-by: Nick Hainke <vincent@systemli.org>
2026-02-11 08:22:32 +01:00
..
config wifi-scripts: fix spurious teardown on config_change during setup 2026-02-08 19:46:45 +01:00
ipv6 odhcp6c: update to Git HEAD (2026-01-25) 2026-01-26 18:49:51 +01:00
services hostapd: fix 601-ucode_support.patch not applying 2026-02-08 17:00:12 +01:00
utils xdp-tools: add patch to fix stddef.h build issue 2026-02-11 08:22:32 +01:00