mirror of https://github.com/mirror/busybox.git
tc: fix single-applet build
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>pull/7/head
parent
aea52e7b2d
commit
12714ffa27
|
@ -12,6 +12,12 @@ INSERT
|
|||
lib-$(CONFIG_SLATTACH) += \
|
||||
utils.o
|
||||
|
||||
lib-$(CONFIG_TC) += \
|
||||
libnetlink.o \
|
||||
ll_map.o \
|
||||
ll_proto.o \
|
||||
utils.o
|
||||
|
||||
lib-$(CONFIG_IP) += \
|
||||
ip_parse_common_args.o \
|
||||
libnetlink.o \
|
||||
|
|
Loading…
Reference in New Issue