diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-12-23 02:42:26 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-12-23 02:42:26 +0100 |
commit | 9cc3d3ab21eb8b4766b71dffb04132184c754f7b (patch) | |
tree | 11ebefbc2a008c9479110177d97c346893ba4d82 /networking/libiproute | |
parent | 7c5dea399b16341ead146cb86eb4f6cde031a12d (diff) | |
download | busybox-9cc3d3ab21eb8b4766b71dffb04132184c754f7b.tar.gz |
fix breakage found by mass one-applet builds
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/libiproute')
-rw-r--r-- | networking/libiproute/Kbuild.src | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/networking/libiproute/Kbuild.src b/networking/libiproute/Kbuild.src index c20e2fee8..056a58540 100644 --- a/networking/libiproute/Kbuild.src +++ b/networking/libiproute/Kbuild.src @@ -62,13 +62,16 @@ lib-$(CONFIG_FEATURE_IP_TUNNEL) += \ lib-$(CONFIG_FEATURE_IP_RULE) += \ ip_parse_common_args.o \ iprule.o \ + libnetlink.o \ rt_names.o \ + rtm_map.o \ utils.o lib-$(CONFIG_FEATURE_IP_NEIGH) += \ ip_parse_common_args.o \ ipneigh.o \ libnetlink.o \ + ll_addr.o \ ll_map.o \ rt_names.o \ utils.o |