]> git.ipfire.org Git - thirdparty/openwrt.git/commit
bpftool: update to 7.7.0 22973/head
authorNick Hainke <vincent@systemli.org>
Fri, 17 Apr 2026 15:29:56 +0000 (17:29 +0200)
committerNick Hainke <vincent@systemli.org>
Sun, 19 Apr 2026 16:46:36 +0000 (18:46 +0200)
commit773942011d9ee531173f814117b5977fd02e50cf
treeb66ccd94cff63da712114b46dffa159d801d3a07
parent858e89d2f7183c877e98e42e506f5ecb36b8f586
bpftool: update to 7.7.0

Release Notes:
- https://github.com/libbpf/bpftool/releases/tag/v7.7.0

Backport upstream commit 9ba0b4add39e ("bpftool: Allow explicitly skip
llvm, libbfd and libcrypto dependencies") to fix a linker error. The
bpftool only needs skeleton generation, not program signing, so pass
SKIP_CRYPTO=1 to drop the libcrypto dependency entirely.

Link: https://github.com/libbpf/bpftool/commit/9ba0b4add39e578ccdb91ca23b62a7de6ff45995
Link: https://github.com/openwrt/openwrt/pull/22973
Signed-off-by: Nick Hainke <vincent@systemli.org>
package/network/utils/bpftool/Makefile
package/network/utils/bpftool/patches/003-skip-crypto.patch [new file with mode: 0644]