From: Gustavo Zacarias Date: Thu, 22 Oct 2015 16:20:27 +0000 (-0300) Subject: iproute2: drop dead tipc disabling code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ad133b5169cef7f7463cfe2022033d756bc7da0;p=buildroot.git 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 --- 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