iproute2: drop dead tipc disabling code

Since it's automatic via libmnl being present it's just dead code that's
not defined any longer, so remove it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2015-10-22 13:20:27 -03:00 committed by Peter Korsgaard
parent 948e4837d3
commit 4ad133b516

View File

@ -54,7 +54,6 @@ define IPROUTE2_CONFIGURE_CMDS
cd $(@D) && $(TARGET_CONFIGURE_OPTS) ./configure
$(IPROUTE2_DISABLE_ARPD)
$(IPROUTE2_WITH_IPTABLES)
$(IPROUTE2_DISABLE_TIPC)
endef
define IPROUTE2_BUILD_CMDS