From 4ad133b5169cef7f7463cfe2022033d756bc7da0 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 22 Oct 2015 13:20:27 -0300 Subject: [PATCH] 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 Signed-off-by: Peter Korsgaard --- package/iproute2/iproute2.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk index d1aa6bf8c8..6660eb2cd1 100644 --- a/package/iproute2/iproute2.mk +++ b/package/iproute2/iproute2.mk @@ -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 -- 2.30.2