aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-17 08:29:48 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-17 08:29:48 +0000
commit856be770a66a4d928f13c9d2f401dc1092e5270e (patch)
tree62c6391260ae26ec9a383e72265a4ab3f6894373 /networking/libiproute
parent7f175ccbc38c0de2423a9554f8ee1663431845d9 (diff)
downloadbusybox-w32-856be770a66a4d928f13c9d2f401dc1092e5270e.tar.gz
busybox-w32-856be770a66a4d928f13c9d2f401dc1092e5270e.tar.bz2
busybox-w32-856be770a66a4d928f13c9d2f401dc1092e5270e.zip
assorted fixes for breakage found by randomconfig
Diffstat (limited to 'networking/libiproute')
-rw-r--r--networking/libiproute/Kbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/networking/libiproute/Kbuild b/networking/libiproute/Kbuild
index 95d37e8e7..9e9e760ad 100644
--- a/networking/libiproute/Kbuild
+++ b/networking/libiproute/Kbuild
@@ -6,6 +6,10 @@
6# 6#
7 7
8lib-y:= 8lib-y:=
9
10lib-$(CONFIG_SLATTACH) += \
11 utils.o
12
9lib-$(CONFIG_IP) += \ 13lib-$(CONFIG_IP) += \
10 ip_parse_common_args.o \ 14 ip_parse_common_args.o \
11 libnetlink.o \ 15 libnetlink.o \