diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-25 09:51:26 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-25 09:51:26 +0900 |
| commit | 7eebf49b98e72b4b1966b1d1e78910a643514ece (patch) | |
| tree | 9e418ae5e89e29c7fa1ec6ebe801b7b27cc79cfe /internal/rosa/package/iproute2.az | |
| parent | 8c84883af69e5902e58953181081ef386f36b6ff (diff) | |
internal/rosa/package: libbpf
For eBPF support in iproute2.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/iproute2.az')
| -rw-r--r-- | internal/rosa/package/iproute2.az | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/package/iproute2.az b/internal/rosa/package/iproute2.az index a0ff8ab4..69febd5d 100644 --- a/internal/rosa/package/iproute2.az +++ b/internal/rosa/package/iproute2.az @@ -39,14 +39,14 @@ package iproute2 { bison, flex, - elfutils, + libbpf, libmnl, libcap, kernel-headers, ]; runtime = [ - elfutils, + libbpf, libmnl, libcap, ]; |
