diff options
| author | Michael Forney <mforney@mforney.org> | 2021-03-02 02:38:11 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-03-02 16:20:18 -0800 |
| commit | 6ed53b8dbe14b7c0381f696721f4f80e3b1bb930 (patch) | |
| tree | 53dbe98e277233d01bd6916934f02b9e0297a6a2 /pkg/iproute2/gen.lua | |
| parent | 951755fcd54be357dded3a096fef7bb67d845042 (diff) | |
iproute2: Update to 5.11.0
Diffstat (limited to 'pkg/iproute2/gen.lua')
| -rw-r--r-- | pkg/iproute2/gen.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/iproute2/gen.lua b/pkg/iproute2/gen.lua index 8b091c9b..ad890422 100644 --- a/pkg/iproute2/gen.lua +++ b/pkg/iproute2/gen.lua @@ -19,9 +19,9 @@ pkg.deps = { lib('libnetlink.a', [[lib/( libgenl.c libnetlink.c - utils.c rt_names.c ll_map.c ll_types.c ll_proto.c ll_addr.c - inet_proto.c namespace.c json_writer.c json_print.c - names.c color.c bpf.c exec.c fs.c cg_map.c + utils.c utils_math.c rt_names.c ll_map.c ll_types.c ll_proto.c ll_addr.c + inet_proto.c namespace.c json_writer.c json_print.c json_print_math.c + names.c color.c bpf_legacy.c bpf_glue.c exec.c fs.c cg_map.c mpls_ntop.c mpls_pton.c )]]) |
