]> git.99rst.org Git - openwrt-packages.git/commit
tcpreplay: update to 4.6.0
authorAlexandru Ardelean <redacted>
Sun, 9 Aug 2026 09:35:36 +0000 (12:35 +0300)
committerAlexandru Ardelean <redacted>
Mon, 24 Aug 2026 17:05:46 +0000 (20:05 +0300)
commitdedfb99edb2b0e914e316b0b07339320d22515a8
tree0b01181655320ae9fe8cbdd0369eef95a7da22dc
parentdfd046a6b71b1707c70882af4cf4cf1c570e71a7
tcpreplay: update to 4.6.0

Refresh PKG_HASH from the release tarball.

Define __UAPI_DEF_ETHHDR=0: 4.6.0 added XDP support, so txring.h now
pulls <linux/if_ether.h> while sendpacket.h pulls <netinet/if_ether.h>,
and on musl both define struct ethhdr. The macro makes the kernel header
defer the struct to libc, fixing the redefinition.

Signed-off-by: Alexandru Ardelean <redacted>
net/tcpreplay/Makefile
git clone https://git.99rst.org/PROJECT